Searched refs:LV_EVENT_SCREEN_UNLOAD_START (Results 1 – 5 of 5) sorted by relevance
88 …LV_EVENT_SCREEN_UNLOAD_START, /**< A screen unload started, fired immediately when scr_load is cal… enumerator
297 if(event_code == LV_EVENT_SCREEN_UNLOAD_START) { in create_screen_event_cb()
109 obj_setInt(self, "SCREEN_UNLOAD_START", LV_EVENT_SCREEN_UNLOAD_START); in pika_lvgl_EVENT___init__()
775 if(act_scr) lv_obj_send_event(act_scr, LV_EVENT_SCREEN_UNLOAD_START, NULL); in lv_screen_load_anim()1154 if(old_scr) lv_obj_send_event(old_scr, LV_EVENT_SCREEN_UNLOAD_START, NULL); in scr_load_internal()
176 - :cpp:enumerator:`LV_EVENT_SCREEN_UNLOAD_START`: A screen unload started, fired immediately when …