Searched refs:lv_screen_load_anim_t (Results 1 – 20 of 20) sorted by relevance
/lvgl-latest/demos/smartwatch/ |
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); 151 void lv_demo_smartwatch_settings_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t dela… 159 void lv_demo_smartwatch_control_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t delay… 167 void lv_demo_smartwatch_weather_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t delay… 175 void lv_demo_smartwatch_list_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t delay); 183 void lv_demo_smartwatch_notifications_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t… 191 void lv_demo_smartwatch_qr_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t delay); 199 void lv_demo_smartwatch_easter_egg_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t de…
|
D | lv_demo_smartwatch_easter_egg.h | 43 void lv_demo_smartwatch_easter_egg_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t de…
|
D | lv_demo_smartwatch_list.h | 44 void lv_demo_smartwatch_list_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t delay);
|
D | lv_demo_smartwatch_control.h | 44 void lv_demo_smartwatch_control_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t delay…
|
D | lv_demo_smartwatch_qr.h | 43 void lv_demo_smartwatch_qr_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t delay);
|
D | lv_demo_smartwatch_notifications.h | 48 void lv_demo_smartwatch_notifications_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t…
|
D | lv_demo_smartwatch_weather.h | 43 void lv_demo_smartwatch_weather_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t delay…
|
D | lv_demo_smartwatch_settings.h | 43 void lv_demo_smartwatch_settings_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t dela…
|
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_qr.c | 101 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()
|
D | lv_demo_smartwatch_easter_egg.c | 66 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()
|
D | lv_demo_smartwatch_control.c | 64 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()
|
D | lv_demo_smartwatch_list.c | 86 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()
|
D | lv_demo_smartwatch_notifications.c | 94 void lv_demo_smartwatch_notifications_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t… in lv_demo_smartwatch_notifications_load()
|
D | lv_demo_smartwatch_settings.c | 69 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()
|
D | lv_demo_smartwatch_weather.c | 99 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()
|
D | lv_demo_smartwatch.c | 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()
|
/lvgl-latest/src/display/ |
D | lv_display.h | 79 } lv_screen_load_anim_t; typedef 416 void lv_screen_load_anim(lv_obj_t * scr, lv_screen_load_anim_t anim_type, uint32_t time, uint32_t d…
|
D | lv_display.c | 47 static bool is_out_anim(lv_screen_load_anim_t a); 637 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()
|
/lvgl-latest/src/ |
D | lv_api_map_v8.h | 56 typedef lv_screen_load_anim_t lv_scr_load_anim_t;
|