Home
last modified time | relevance | path

Searched defs:anim_type (Results 1 – 9 of 9) sorted by relevance

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_qr.c101 void lv_demo_smartwatch_qr_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t delay) in lv_demo_smartwatch_qr_load()
Dlv_demo_smartwatch_control.c64 void lv_demo_smartwatch_control_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t delay) in lv_demo_smartwatch_control_load()
Dlv_demo_smartwatch_notifications.c94 void lv_demo_smartwatch_notifications_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t… in lv_demo_smartwatch_notifications_load()
Dlv_demo_smartwatch_easter_egg.c66 void lv_demo_smartwatch_easter_egg_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t de… in lv_demo_smartwatch_easter_egg_load()
Dlv_demo_smartwatch_list.c86 void lv_demo_smartwatch_list_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t delay) in lv_demo_smartwatch_list_load()
Dlv_demo_smartwatch_weather.c99 void lv_demo_smartwatch_weather_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t delay) in lv_demo_smartwatch_weather_load()
Dlv_demo_smartwatch.c213 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()
Dlv_demo_smartwatch_settings.c69 void lv_demo_smartwatch_settings_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t dela… in lv_demo_smartwatch_settings_load()
/lvgl-latest/src/display/
Dlv_display.c637 void lv_screen_load_anim(lv_obj_t * new_scr, lv_screen_load_anim_t anim_type, uint32_t time, uint32… in lv_screen_load_anim()
1206 static bool is_out_anim(lv_screen_load_anim_t anim_type) in is_out_anim()