Home
last modified time | relevance | path

Searched refs:LV_EVENT_SCREEN_LOAD_START (Results 1 – 10 of 10) sorted by relevance

/lvgl-latest/src/misc/
Dlv_event.h89LV_EVENT_SCREEN_LOAD_START, /**< A screen load started, fired when the screen change delay is ex… enumerator
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_qr.c206 if(event_code == LV_EVENT_SCREEN_LOAD_START) { in qr_screen_event_cb()
Dlv_demo_smartwatch_easter_egg.c291 if(event_code == LV_EVENT_SCREEN_LOAD_START) { in create_screen_event_cb()
Dlv_demo_smartwatch_notifications.c233 if(event_code == LV_EVENT_SCREEN_LOAD_START) { in notification_screen_events_cb()
Dlv_demo_smartwatch_settings.c451 if(event_code == LV_EVENT_SCREEN_LOAD_START) { in settings_screen_event_cb()
Dlv_demo_smartwatch_weather.c375 if(event_code == LV_EVENT_SCREEN_LOAD_START) { in weather_screen_event_cb()
Dlv_demo_smartwatch.c328 if(event_code == LV_EVENT_SCREEN_LOAD_START) { in home_tileview_event_cb()
/lvgl-latest/env_support/pikascript/
Dpika_lvgl.c110 obj_setInt(self, "SCREEN_LOAD_START", LV_EVENT_SCREEN_LOAD_START); in pika_lvgl_EVENT___init__()
/lvgl-latest/src/display/
Dlv_display.c1155 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()
/lvgl-latest/docs/details/base-widget/
Devent.rst177 - :cpp:enumerator:`LV_EVENT_SCREEN_LOAD_START`: A screen load started, fired when the screen chang…