Home
last modified time | relevance | path

Searched defs:indev_type (Results 1 – 14 of 14) sorted by relevance

/lvgl-latest/demos/keypad_encoder/
Dlv_demo_keypad_encoder.c59 lv_indev_type_t indev_type = lv_indev_get_type(indev); in lv_demo_keypad_encoder() local
196 lv_indev_type_t indev_type = lv_indev_get_type(indev); in ta_event_cb() local
/lvgl-latest/src/widgets/slider/
Dlv_slider.c280 lv_indev_type_t indev_type = lv_indev_get_type(lv_indev_active()); in lv_slider_event() local
301 lv_indev_type_t indev_type = lv_indev_get_type(lv_indev_active()); in lv_slider_event() local
/lvgl-latest/src/widgets/buttonmatrix/
Dlv_buttonmatrix.c427 lv_indev_type_t indev_type = lv_indev_get_type(lv_indev_active()); in lv_buttonmatrix_event() local
461 lv_indev_type_t indev_type = lv_indev_get_type(indev); in lv_buttonmatrix_event() local
520 lv_indev_type_t indev_type = lv_indev_get_type(indev); in lv_buttonmatrix_event() local
/lvgl-latest/src/widgets/spinbox/
Dlv_spinbox.c373 lv_indev_type_t indev_type = lv_indev_get_type(lv_indev_active()); in lv_spinbox_event() local
/lvgl-latest/src/drivers/libinput/
Dlv_libinput.c134 lv_indev_t * lv_libinput_create(lv_indev_type_t indev_type, const char * dev_path) in lv_libinput_create()
/lvgl-latest/src/widgets/roller/
Dlv_roller.c410 lv_indev_type_t indev_type = lv_indev_get_type(lv_indev_active()); in lv_roller_event() local
738 lv_indev_type_t indev_type = lv_indev_get_type(indev); in release_handler() local
/lvgl-latest/src/core/
Dlv_group.c520 lv_indev_type_t indev_type = lv_indev_get_type(indev); in get_indev() local
Dlv_obj_tree.c533 lv_indev_type_t indev_type = lv_indev_get_type(indev); in obj_delete_core() local
Dlv_obj.c821 lv_indev_type_t indev_type = lv_indev_get_type(indev); in lv_obj_event() local
/lvgl-latest/src/widgets/arc/
Dlv_arc.c461 lv_indev_type_t indev_type = lv_indev_get_type(indev); in lv_arc_event() local
609 lv_indev_type_t indev_type = lv_indev_get_type(lv_indev_active()); in lv_arc_event() local
/lvgl-latest/src/widgets/dropdown/
Dlv_dropdown.c735 lv_indev_type_t indev_type = lv_indev_get_type(lv_indev_active()); in lv_dropdown_event() local
1110 lv_indev_type_t indev_type = lv_indev_get_type(indev); in btn_release_handler() local
/lvgl-latest/src/drivers/evdev/
Dlv_evdev.c340 lv_indev_t * lv_evdev_create(lv_indev_type_t indev_type, const char * dev_path) in lv_evdev_create()
/lvgl-latest/src/widgets/table/
Dlv_table.c601 lv_indev_type_t indev_type = lv_indev_get_type(lv_indev_active()); in lv_table_event() local
/lvgl-latest/src/indev/
Dlv_indev.c294 void lv_indev_set_type(lv_indev_t * indev, lv_indev_type_t indev_type) in lv_indev_set_type()