Home
last modified time | relevance | path

Searched refs:LV_EVENT_SCREEN_UNLOADED (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/src/misc/
Dlv_event.h91 LV_EVENT_SCREEN_UNLOADED, /**< A screen was unloaded */ enumerator
/lvgl-latest/tests/src/test_cases/
Dtest_screen_load.c112 …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/
Dpika_lvgl.c112 obj_setInt(self, "SCREEN_UNLOADED", LV_EVENT_SCREEN_UNLOADED); in pika_lvgl_EVENT___init__()
/lvgl-latest/src/display/
Dlv_display.c1161 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/
Devent.rst179 - :cpp:enumerator:`LV_EVENT_SCREEN_UNLOADED`: A screen was unloaded