Home
last modified time | relevance | path

Searched refs:last_obj (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_indev.c717 lv_obj_t * last_obj = proc->types.pointer.act_obj; in indev_proc_press() local
719 last_obj->signal_cb(last_obj, LV_SIGNAL_PRESS_LOST, indev_act); in indev_proc_press()
721 lv_event_send(last_obj, LV_EVENT_PRESS_LOST, NULL); in indev_proc_press()
726 proc->types.pointer.last_obj = indev_obj_act; in indev_proc_press()
830 proc->types.pointer.last_obj = NULL; in indev_proc_release()
950 if(proc->types.pointer.last_obj != NULL && proc->reset_query == 0) { in indev_proc_release()
967 indev->proc.types.pointer.last_obj = NULL; in indev_proc_reset_query_handler()
1149 lv_obj_t * drag_obj = proc->types.pointer.last_obj;
A Dlv_obj.c422 if(indev->proc.types.pointer.act_obj == obj || indev->proc.types.pointer.last_obj == obj) { in lv_obj_del()
2302 if(indev->proc.types.pointer.act_obj == obj || indev->proc.types.pointer.last_obj == obj) {
/AliOS-Things-master/components/littlevgl/src/lv_hal/
A Dlv_hal_indev.h123 … struct _lv_obj_t * last_obj; /*The last obejct which was pressed (used by dragthrow and member

Completed in 8 milliseconds