Searched refs:lv_demo_smartwatch_home_load (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_qr.c | 195 lv_demo_smartwatch_home_load(LV_SCR_LOAD_ANIM_MOVE_TOP, 500, 0); in qr_screen_event_cb() 198 lv_demo_smartwatch_home_load(LV_SCR_LOAD_ANIM_MOVE_TOP, 500, 0); in qr_screen_event_cb()
|
D | lv_demo_smartwatch.h | 76 void lv_demo_smartwatch_home_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t delay);
|
D | lv_demo_smartwatch_list.c | 88 lv_demo_smartwatch_home_load(anim_type, time, delay); in lv_demo_smartwatch_list_load() 93 lv_demo_smartwatch_home_load(LV_SCR_LOAD_ANIM_MOVE_RIGHT, 500, 0); in lv_demo_smartwatch_app_close()
|
D | lv_demo_smartwatch_private.h | 143 void lv_demo_smartwatch_home_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t delay);
|
D | lv_demo_smartwatch.c | 132 lv_demo_smartwatch_home_load(LV_SCR_LOAD_ANIM_FADE_IN, 500, 2500); in lv_demo_smartwatch() 213 void lv_demo_smartwatch_home_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t delay) in lv_demo_smartwatch_home_load() function
|
D | lv_demo_smartwatch_notifications.c | 274 lv_demo_smartwatch_home_load(LV_SCR_LOAD_ANIM_OUT_LEFT, 500, 0); in notification_screen_events_cb()
|
D | lv_demo_smartwatch_weather.c | 419 lv_demo_smartwatch_home_load(LV_SCR_LOAD_ANIM_MOVE_BOTTOM, 500, 0); in weather_screen_event_cb()
|