Home
last modified time | relevance | path

Searched refs:album_gesture_event_cb (Results 1 – 1 of 1) sorted by relevance

/lvgl-3.7.0/demos/music/
Dlv_demo_music_main.c57 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