Searched refs:lv_indev_get_gesture_dir (Results 1 – 14 of 14) sorted by relevance
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()
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()
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()
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()
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()
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()
287 …if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_RIGHT) { in create_screen_event_cb()
301 lv_dir_t lv_indev_get_gesture_dir(const lv_indev_t * indev);
483 lv_dir_t lv_indev_get_gesture_dir(const lv_indev_t * indev) in lv_indev_get_gesture_dir() function
399 lv_dir_t d = lv_indev_get_gesture_dir(lv_indev_active()); in chart_gesture_event_cb()
136 …ESTURE`: A gesture is detected. Get the gesture with :cpp:expr:`lv_indev_get_gesture_dir(lv_indev_…
561 …_GESTURE` A gesture is detected. Get gesture with `lv_indev_get_gesture_dir(lv_indev_…
980 lv_dir_t dir = lv_indev_get_gesture_dir(lv_indev_active()); in album_gesture_event_cb()
96 lv_dir_t dir = lv_indev_get_gesture_dir(lv_indev_active());