Home
last modified time | relevance | path

Searched refs:wait_until_release (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_indev.c300 indev->proc.wait_until_release = 1; in lv_indev_wait_release()
366 if(data->state == LV_INDEV_STATE_PR && i->proc.wait_until_release) return; in indev_keypad_proc()
368 if(i->proc.wait_until_release) { in indev_keypad_proc()
369 i->proc.wait_until_release = 0; in indev_keypad_proc()
515 if(data->state == LV_INDEV_STATE_PR && i->proc.wait_until_release) return; in indev_encoder_proc()
517 if(i->proc.wait_until_release) { in indev_encoder_proc()
518 i->proc.wait_until_release = 0; in indev_encoder_proc()
687 if(proc->wait_until_release != 0) return; in indev_proc_press()
828 if(proc->wait_until_release != 0) { in indev_proc_release()
833 proc->wait_until_release = 0; in indev_proc_release()
/AliOS-Things-master/components/littlevgl/src/lv_hal/
A Dlv_hal_indev.h145 uint8_t wait_until_release : 1; member

Completed in 7 milliseconds