Searched refs:LV_EVENT_SCREEN_UNLOADED (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/src/misc/ |
D | lv_event.h | 91 LV_EVENT_SCREEN_UNLOADED, /**< A screen was unloaded */ enumerator
|
/lvgl-latest/tests/src/test_cases/ |
D | test_screen_load.c | 112 …j_add_event_cb(screen_with_anim_1, screen_with_anim_1_unloaded_cb, LV_EVENT_SCREEN_UNLOADED, NULL); in test_screen_load_with_delete_event()
|
/lvgl-latest/env_support/pikascript/ |
D | pika_lvgl.c | 112 obj_setInt(self, "SCREEN_UNLOADED", LV_EVENT_SCREEN_UNLOADED); in pika_lvgl_EVENT___init__()
|
/lvgl-latest/src/display/ |
D | lv_display.c | 1161 if(old_scr) lv_obj_send_event(old_scr, LV_EVENT_SCREEN_UNLOADED, NULL); in scr_load_internal() 1196 lv_obj_send_event(d->prev_scr, LV_EVENT_SCREEN_UNLOADED, NULL); in scr_anim_completed()
|
/lvgl-latest/docs/details/base-widget/ |
D | event.rst | 179 - :cpp:enumerator:`LV_EVENT_SCREEN_UNLOADED`: A screen was unloaded
|