Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_qr.c195 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()
Dlv_demo_smartwatch.h76 void lv_demo_smartwatch_home_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t delay);
Dlv_demo_smartwatch_list.c88 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()
Dlv_demo_smartwatch_private.h143 void lv_demo_smartwatch_home_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t delay);
Dlv_demo_smartwatch.c132 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
Dlv_demo_smartwatch_notifications.c274 lv_demo_smartwatch_home_load(LV_SCR_LOAD_ANIM_OUT_LEFT, 500, 0); in notification_screen_events_cb()
Dlv_demo_smartwatch_weather.c419 lv_demo_smartwatch_home_load(LV_SCR_LOAD_ANIM_MOVE_BOTTOM, 500, 0); in weather_screen_event_cb()