Searched refs:LV_PROTECT_PRESS_LOST (Results 1 – 6 of 6) sorted by relevance
246 LV_PROTECT_PRESS_LOST = 0x10, /**< If the `indev` was pressing this object but swiped out while enumerator
699 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()
86 lv_obj_set_protect(new_cb, LV_PROTECT_PRESS_LOST); in lv_cb_create()
83 lv_obj_set_protect(new_slider, LV_PROTECT_PRESS_LOST); in lv_slider_create()
197 lv_obj_set_protect(liste, LV_PROTECT_PRESS_LOST); in lv_list_add_btn()
116 lv_obj_set_protect(ext->scrl, LV_PROTECT_PARENT | LV_PROTECT_PRESS_LOST); in lv_page_create()
Completed in 12 milliseconds