Home
last modified time | relevance | path

Searched refs:LV_PROTECT_PRESS_LOST (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_obj.h246 LV_PROTECT_PRESS_LOST = 0x10, /**< If the `indev` was pressing this object but swiped out while enumerator
A Dlv_indev.c699 lv_obj_is_protected(indev_obj_act, LV_PROTECT_PRESS_LOST) == false) { in indev_proc_press()
843 if(lv_obj_is_protected(indev_obj_act, LV_PROTECT_PRESS_LOST)) { in indev_proc_release()
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_cb.c86 lv_obj_set_protect(new_cb, LV_PROTECT_PRESS_LOST); in lv_cb_create()
A Dlv_slider.c83 lv_obj_set_protect(new_slider, LV_PROTECT_PRESS_LOST); in lv_slider_create()
A Dlv_list.c197 lv_obj_set_protect(liste, LV_PROTECT_PRESS_LOST); in lv_list_add_btn()
A Dlv_page.c116 lv_obj_set_protect(ext->scrl, LV_PROTECT_PARENT | LV_PROTECT_PRESS_LOST); in lv_page_create()

Completed in 12 milliseconds