Searched refs:LV_EVENT_SCREEN_LOAD_START (Results 1 – 10 of 10) sorted by relevance
89 …LV_EVENT_SCREEN_LOAD_START, /**< A screen load started, fired when the screen change delay is ex… enumerator
206 if(event_code == LV_EVENT_SCREEN_LOAD_START) { in qr_screen_event_cb()
291 if(event_code == LV_EVENT_SCREEN_LOAD_START) { in create_screen_event_cb()
233 if(event_code == LV_EVENT_SCREEN_LOAD_START) { in notification_screen_events_cb()
451 if(event_code == LV_EVENT_SCREEN_LOAD_START) { in settings_screen_event_cb()
375 if(event_code == LV_EVENT_SCREEN_LOAD_START) { in weather_screen_event_cb()
328 if(event_code == LV_EVENT_SCREEN_LOAD_START) { in home_tileview_event_cb()
110 obj_setInt(self, "SCREEN_LOAD_START", LV_EVENT_SCREEN_LOAD_START); in pika_lvgl_EVENT___init__()
1155 lv_obj_send_event(scr, LV_EVENT_SCREEN_LOAD_START, NULL); in scr_load_internal()1173 lv_obj_send_event(d->act_scr, LV_EVENT_SCREEN_LOAD_START, NULL); in scr_load_anim_start()
177 - :cpp:enumerator:`LV_EVENT_SCREEN_LOAD_START`: A screen load started, fired when the screen chang…