Home
last modified time | relevance | path

Searched refs:lv_layer_top (Results 1 – 9 of 9) sorted by relevance

/lvgl-latest/src/core/
Dlv_disp.h191 static inline lv_obj_t * lv_layer_top(void) in lv_layer_top() function
/lvgl-latest/demos/music/
Dlv_demo_music.c238 lv_obj_t * bg = lv_layer_top(); in auto_step_cb()
/lvgl-latest/src/extra/widgets/msgbox/
Dlv_msgbox.c68 parent = lv_obj_class_create_obj(&lv_msgbox_backdrop_class, lv_layer_top()); in lv_msgbox_create()
/lvgl-latest/demos/keypad_encoder/
Dlv_demo_keypad_encoder.c85 lv_obj_clean(lv_layer_top()); in lv_demo_keypad_encoder_close()
/lvgl-latest/docs/overview/
Dlayer.md53 lv_obj_add_flag(lv_layer_top(), LV_OBJ_FLAG_CLICKABLE);
Ddisplay.md24 `lv_scr_act()`, `lv_scr_load(scr)`, `lv_layer_top()`, `lv_layer_sys()`, `LV_HOR_RES` and `LV_VER_RE…
Dobject.md153 The `lv_layer_top()` and `lv_layer_sys()` functions return pointers to the top and system layers re…
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c1248 lv_obj_add_flag(lv_layer_top(), LV_OBJ_FLAG_CLICKABLE); in birthday_event_cb()
1249 calendar = lv_calendar_create(lv_layer_top()); in birthday_event_cb()
1250 lv_obj_set_style_bg_opa(lv_layer_top(), LV_OPA_50, 0); in birthday_event_cb()
1251 lv_obj_set_style_bg_color(lv_layer_top(), lv_palette_main(LV_PALETTE_GREY), 0); in birthday_event_cb()
1279 lv_obj_clear_flag(lv_layer_top(), LV_OBJ_FLAG_CLICKABLE); in calendar_event_cb()
1280 lv_obj_set_style_bg_opa(lv_layer_top(), LV_OPA_TRANSP, 0); in calendar_event_cb()
/lvgl-latest/demos/stress/
Dlv_demo_stress.c66 lv_obj_clean(lv_layer_top()); in lv_demo_stress_close()