Searched refs:LV_EVENT_CLICKED (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/littlevgl/src/lv_core/ |
A D | lv_indev.c | 490 lv_event_send(indev_obj_act, LV_EVENT_CLICKED, NULL); in indev_keypad_proc() 613 lv_event_send(indev_obj_act, LV_EVENT_CLICKED, NULL); in indev_encoder_proc() 629 lv_event_send(indev_obj_act, LV_EVENT_CLICKED, NULL); in indev_encoder_proc() 853 lv_event_send(indev_obj_act, LV_EVENT_CLICKED, NULL); in indev_proc_release() 872 lv_event_send(indev_obj_act, LV_EVENT_CLICKED, NULL); in indev_proc_release()
|
A D | lv_obj.h | 81 LV_EVENT_CLICKED, /**< Called on release if not dragged (regardless to long press)*/ enumerator
|
/AliOS-Things-master/components/littlevgl/ |
A D | README.md | 234 if(event == LV_EVENT_CLICKED) { 259 if(event == LV_EVENT_CLICKED) { 369 if(e == LV_EVENT_CLICKED) {
|
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_mbox.c | 539 event == LV_EVENT_RELEASED || event == LV_EVENT_SHORT_CLICKED || event == LV_EVENT_CLICKED || in lv_mbox_btnm_event_cb()
|
A D | lv_tabview.c | 701 lv_event_send(ext->btns, LV_EVENT_CLICKED, lv_event_get_data()); in lv_tabview_signal() 943 if(event != LV_EVENT_CLICKED) return; in tab_btnm_event_cb()
|
A D | lv_list.c | 722 res = lv_event_send(btn, LV_EVENT_CLICKED, NULL); in lv_list_signal()
|
A D | lv_page.c | 1083 event == LV_EVENT_RELEASED || event == LV_EVENT_SHORT_CLICKED || event == LV_EVENT_CLICKED || in scrl_def_event_cb()
|
Completed in 15 milliseconds