Searched refs:lv_layer_top (Results 1 – 9 of 9) sorted by relevance
/lvgl-latest/src/core/ |
D | lv_disp.h | 191 static inline lv_obj_t * lv_layer_top(void) in lv_layer_top() function
|
/lvgl-latest/demos/music/ |
D | lv_demo_music.c | 238 lv_obj_t * bg = lv_layer_top(); in auto_step_cb()
|
/lvgl-latest/src/extra/widgets/msgbox/ |
D | lv_msgbox.c | 68 parent = lv_obj_class_create_obj(&lv_msgbox_backdrop_class, lv_layer_top()); in lv_msgbox_create()
|
/lvgl-latest/demos/keypad_encoder/ |
D | lv_demo_keypad_encoder.c | 85 lv_obj_clean(lv_layer_top()); in lv_demo_keypad_encoder_close()
|
/lvgl-latest/docs/overview/ |
D | layer.md | 53 lv_obj_add_flag(lv_layer_top(), LV_OBJ_FLAG_CLICKABLE);
|
D | display.md | 24 `lv_scr_act()`, `lv_scr_load(scr)`, `lv_layer_top()`, `lv_layer_sys()`, `LV_HOR_RES` and `LV_VER_RE…
|
D | object.md | 153 The `lv_layer_top()` and `lv_layer_sys()` functions return pointers to the top and system layers re…
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 1248 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/ |
D | lv_demo_stress.c | 66 lv_obj_clean(lv_layer_top()); in lv_demo_stress_close()
|