/lvgl-latest/examples/others/gestures/ |
D | lv_example_gestures.c | 121 lv_indev_get_point(lv_indev_active(), ¢er_pnt); in label_scale() 179 lv_indev_get_point(lv_indev_active(), &pnt); in label_move()
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_notifications.c | 272 … if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_LEFT) { in notification_screen_events_cb() 281 …if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_RIGHT) { in notification_screen_events_cb() 291 … if(event_code == LV_EVENT_GESTURE && (lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_TOP || in notification_screen_events_cb() 292 … lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_BOTTOM) && in notification_screen_events_cb()
|
D | lv_demo_smartwatch_qr.c | 193 … if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_TOP) { in qr_screen_event_cb() 202 …if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_BOTTOM)… in qr_screen_event_cb()
|
D | lv_demo_smartwatch.c | 347 …if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_RIGHT) { in home_tileview_event_cb() 352 … if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_TOP) { in home_tileview_event_cb() 359 …if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_BOTTOM)… in home_tileview_event_cb() 362 …else if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) != LV_DIR_TO… in home_tileview_event_cb() 369 …if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) != LV_DIR_RIGHT) { in home_tileview_event_cb()
|
D | lv_demo_smartwatch_weather.c | 416 …if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_BOTTOM)… in weather_screen_event_cb() 426 …if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_RIGHT) { in weather_screen_event_cb() 438 …if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) != LV_DIR_RIGHT) { in weather_screen_event_cb() 444 …if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) != LV_DIR_BOTTOM)… in weather_screen_event_cb()
|
D | lv_demo_smartwatch_settings.c | 443 …if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_RIGHT) { in settings_screen_event_cb() 447 … if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_LEFT) { in settings_screen_event_cb()
|
D | lv_demo_smartwatch_home.c | 121 …if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_RIGHT) { in lv_demo_smartwatch_face_events_cb() 126 … if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_TOP) { in lv_demo_smartwatch_face_events_cb()
|
D | lv_demo_smartwatch_easter_egg.c | 287 …if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_RIGHT) { in create_screen_event_cb()
|
/lvgl-latest/examples/widgets/obj/ |
D | lv_example_obj_2.c | 8 lv_indev_t * indev = lv_indev_active(); in drag_event_handler()
|
/lvgl-latest/src/others/gridnav/ |
D | lv_gridnav.c | 233 lv_obj_send_event(dsc->focused_obj, LV_EVENT_DEFOCUSED, lv_indev_active()); in gridnav_event_cb() 235 lv_obj_send_event(guess, LV_EVENT_FOCUSED, lv_indev_active()); in gridnav_event_cb() 282 lv_indev_type_t t = lv_indev_get_type(lv_indev_active()); in gridnav_event_cb() 284 lv_obj_send_event(dsc->focused_obj, code, lv_indev_active()); in gridnav_event_cb()
|
/lvgl-latest/examples/others/ime/ |
D | lv_example_ime_pinyin_1.c | 11 if(lv_indev_get_type(lv_indev_active()) != LV_INDEV_TYPE_KEYPAD) { in ta_event_cb()
|
D | lv_example_ime_pinyin_2.c | 11 if(lv_indev_get_type(lv_indev_active()) != LV_INDEV_TYPE_KEYPAD) { in ta_event_cb()
|
/lvgl-latest/src/widgets/slider/ |
D | lv_slider.c | 264 lv_indev_get_point(lv_indev_active(), &slider->pressed_point); in lv_slider_event() 280 lv_indev_type_t indev_type = lv_indev_get_type(lv_indev_active()); in lv_slider_event() 301 lv_indev_type_t indev_type = lv_indev_get_type(lv_indev_active()); in lv_slider_event() 478 lv_indev_get_point(lv_indev_active(), &p); in drag_start() 535 lv_indev_t * indev = lv_indev_active(); in update_knob_pos()
|
/lvgl-latest/src/widgets/tabview/ |
D | lv_tabview.c | 322 lv_indev_t * indev = lv_indev_active(); in cont_scroll_end_event_cb() 346 if(lv_indev_active()) { in cont_scroll_end_event_cb()
|
/lvgl-latest/src/indev/ |
D | lv_indev.h | 126 lv_indev_t * lv_indev_active(void);
|
/lvgl-latest/src/widgets/spinbox/ |
D | lv_spinbox.c | 311 lv_indev_t * indev = lv_indev_active(); in lv_spinbox_event() 373 lv_indev_type_t indev_type = lv_indev_get_type(lv_indev_active()); in lv_spinbox_event()
|
/lvgl-latest/demos/keypad_encoder/ |
D | lv_demo_keypad_encoder.c | 194 lv_indev_t * indev = lv_indev_active(); in ta_event_cb()
|
/lvgl-latest/src/widgets/tileview/ |
D | lv_tileview.c | 158 lv_indev_t * indev = lv_indev_active(); in tileview_event_cb()
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown.c | 735 lv_indev_type_t indev_type = lv_indev_get_type(lv_indev_active()); in lv_dropdown_event() 838 if(lv_indev_get_scroll_obj(lv_indev_active()) == NULL) { in lv_dropdown_list_event() 1098 lv_indev_t * indev = lv_indev_active(); in btn_release_handler() 1137 lv_indev_t * indev = lv_indev_active(); in list_release_handler() 1173 lv_indev_t * indev = lv_indev_active(); in list_press_handler()
|
/lvgl-latest/src/ |
D | lv_api_map_v8.h | 123 #define lv_indev_get_act lv_indev_active
|
/lvgl-latest/env_support/pikascript/ |
D | pika_lvgl.c | 188 lv_indev_t *lv_indev = lv_indev_active(); in pika_lvgl_indev_get_active()
|
/lvgl-latest/src/widgets/roller/ |
D | lv_roller.c | 393 lv_indev_t * indev = lv_indev_active(); in lv_roller_event() 410 lv_indev_type_t indev_type = lv_indev_get_type(lv_indev_active()); in lv_roller_event() 734 lv_indev_t * indev = lv_indev_active(); in release_handler()
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_stats.c | 399 lv_dir_t d = lv_indev_get_gesture_dir(lv_indev_active()); in chart_gesture_event_cb() 412 lv_indev_wait_release(lv_indev_active()); in chart_gesture_event_cb()
|
/lvgl-latest/src/widgets/table/ |
D | lv_table.c | 594 lv_indev_t * indev = lv_indev_active(); in lv_table_event() 601 lv_indev_type_t indev_type = lv_indev_get_type(lv_indev_active()); in lv_table_event() 999 lv_indev_type_t type = lv_indev_get_type(lv_indev_active()); in get_pressed_cell() 1007 lv_indev_get_point(lv_indev_active(), &p); in get_pressed_cell()
|
/lvgl-latest/demos/multilang/ |
D | lv_demo_multilang.c | 268 lv_indev_t * indev = lv_indev_active(); in scroll_event_cb()
|