Searched refs:album_gesture_event_cb (Results 1 – 1 of 1) sorted by relevance
57 static void album_gesture_event_cb(lv_event_t * e);944 lv_obj_add_event_cb(img, album_gesture_event_cb, LV_EVENT_GESTURE, NULL); in album_img_create()952 static void album_gesture_event_cb(lv_event_t * e) in album_gesture_event_cb() function