/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_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() argument 103 lv_screen_load_anim(qr_screen, anim_type, time, delay, false); 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() argument 81 lv_screen_load_anim(easter_egg_screen, anim_type, time, delay, false); in lv_demo_smartwatch_easter_egg_load()
|
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_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() argument 66 lv_screen_load_anim(control_screen, anim_type, time, delay, false); 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() argument 88 lv_demo_smartwatch_home_load(anim_type, time, 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() argument 96 lv_screen_load_anim(notification_screen, anim_type, time, delay, false); 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() argument 71 lv_screen_load_anim(settings_screen, anim_type, time, delay, false); 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() argument 101 lv_screen_load_anim(weather_screen, anim_type, time, delay, false); 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() argument 215 lv_screen_load_anim(home_tile, anim_type, time, delay, false); in lv_demo_smartwatch_home_load()
|
/lvgl-latest/src/display/ |
D | lv_display.c | 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() argument 665 d->draw_prev_over_act = is_out_anim(anim_type); in lv_screen_load_anim() 699 switch(anim_type) { in lv_screen_load_anim() 1206 static bool is_out_anim(lv_screen_load_anim_t anim_type) in is_out_anim() argument 1208 return anim_type == LV_SCR_LOAD_ANIM_FADE_OUT || in is_out_anim() 1209 anim_type == LV_SCR_LOAD_ANIM_OUT_LEFT || in is_out_anim() 1210 anim_type == LV_SCR_LOAD_ANIM_OUT_RIGHT || in is_out_anim() 1211 anim_type == LV_SCR_LOAD_ANIM_OUT_TOP || in is_out_anim() 1212 anim_type == LV_SCR_LOAD_ANIM_OUT_BOTTOM; in is_out_anim()
|
D | lv_display.h | 416 void lv_screen_load_anim(lv_obj_t * scr, lv_screen_load_anim_t anim_type, uint32_t time, uint32_t d…
|