Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch.c57 static lv_obj_t * dialog_window; variable
185 lv_obj_set_parent(dialog_window, lv_tileview_get_tile_active(active_screen)); in lv_demo_smartwatch_show_dialog()
189 lv_obj_set_parent(dialog_window, active_screen); in lv_demo_smartwatch_show_dialog()
194 lv_obj_remove_flag(dialog_window, LV_OBJ_FLAG_HIDDEN); /* show the dialog */ in lv_demo_smartwatch_show_dialog()
195 lv_obj_scroll_to_y(dialog_window, 0, LV_ANIM_ON); in lv_demo_smartwatch_show_dialog()
391 lv_obj_add_flag(dialog_window, LV_OBJ_FLAG_HIDDEN); in dialog_close_event_cb()
398 dialog_window = lv_obj_create(dialog_parent); in create_dialog_window()
399 lv_obj_set_width(dialog_window, lv_pct(100)); in create_dialog_window()
400 lv_obj_set_height(dialog_window, lv_pct(100)); in create_dialog_window()
401 lv_obj_set_align(dialog_window, LV_ALIGN_CENTER); in create_dialog_window()
[all …]