Home
last modified time | relevance | path

Searched refs:lv_indev_active (Results 1 – 25 of 37) sorted by relevance

12

/lvgl-latest/examples/others/gestures/
Dlv_example_gestures.c121 lv_indev_get_point(lv_indev_active(), &center_pnt); in label_scale()
179 lv_indev_get_point(lv_indev_active(), &pnt); in label_move()
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_notifications.c272 … 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()
Dlv_demo_smartwatch_qr.c193 … 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()
Dlv_demo_smartwatch.c347 …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()
Dlv_demo_smartwatch_weather.c416 …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()
Dlv_demo_smartwatch_settings.c443 …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()
Dlv_demo_smartwatch_home.c121 …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()
Dlv_demo_smartwatch_easter_egg.c287 …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/
Dlv_example_obj_2.c8 lv_indev_t * indev = lv_indev_active(); in drag_event_handler()
/lvgl-latest/src/others/gridnav/
Dlv_gridnav.c233 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/
Dlv_example_ime_pinyin_1.c11 if(lv_indev_get_type(lv_indev_active()) != LV_INDEV_TYPE_KEYPAD) { in ta_event_cb()
Dlv_example_ime_pinyin_2.c11 if(lv_indev_get_type(lv_indev_active()) != LV_INDEV_TYPE_KEYPAD) { in ta_event_cb()
/lvgl-latest/src/widgets/slider/
Dlv_slider.c264 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/
Dlv_tabview.c322 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/
Dlv_indev.h126 lv_indev_t * lv_indev_active(void);
/lvgl-latest/src/widgets/spinbox/
Dlv_spinbox.c311 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/
Dlv_demo_keypad_encoder.c194 lv_indev_t * indev = lv_indev_active(); in ta_event_cb()
/lvgl-latest/src/widgets/tileview/
Dlv_tileview.c158 lv_indev_t * indev = lv_indev_active(); in tileview_event_cb()
/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()
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/
Dlv_api_map_v8.h123 #define lv_indev_get_act lv_indev_active
/lvgl-latest/env_support/pikascript/
Dpika_lvgl.c188 lv_indev_t *lv_indev = lv_indev_active(); in pika_lvgl_indev_get_active()
/lvgl-latest/src/widgets/roller/
Dlv_roller.c393 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/
Dlv_demo_ebike_stats.c399 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/
Dlv_table.c594 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/
Dlv_demo_multilang.c268 lv_indev_t * indev = lv_indev_active(); in scroll_event_cb()

12