Home
last modified time | relevance | path

Searched refs:LV_EVENT_SCREEN_LOADED (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/src/misc/
Dlv_event.h90 LV_EVENT_SCREEN_LOADED, /**< A screen was loaded */ enumerator
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_easter_egg.c294 if(event_code == LV_EVENT_SCREEN_LOADED) { in create_screen_event_cb()
Dlv_demo_smartwatch_settings.c458 if(event_code == LV_EVENT_SCREEN_LOADED) { in settings_screen_event_cb()
Dlv_demo_smartwatch.c309 if(event_code == LV_EVENT_SCREEN_LOADED) { in home_tileview_event_cb()
/lvgl-latest/env_support/pikascript/
Dpika_lvgl.c111 obj_setInt(self, "SCREEN_LOADED", LV_EVENT_SCREEN_LOADED); in pika_lvgl_EVENT___init__()
/lvgl-latest/src/display/
Dlv_display.c1160 lv_obj_send_event(scr, LV_EVENT_SCREEN_LOADED, NULL); in scr_load_internal()
1195 lv_obj_send_event(d->act_scr, LV_EVENT_SCREEN_LOADED, NULL); in scr_anim_completed()
/lvgl-latest/docs/details/base-widget/
Devent.rst178 - :cpp:enumerator:`LV_EVENT_SCREEN_LOADED`: A screen was loaded