Searched refs:hint_panel (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch.c | 63 static lv_obj_t * hint_panel; variable 259 lv_demo_obj_set_hidden(hint_panel, true); in lv_demo_smartwatch_show_scroll_hint() 271 lv_obj_set_parent(hint_panel, lv_tileview_get_tile_active(active_screen)); in lv_demo_smartwatch_show_scroll_hint() 275 lv_obj_set_parent(hint_panel, active_screen); in lv_demo_smartwatch_show_scroll_hint() 278 lv_demo_obj_set_hidden(hint_panel, dir == LV_DIR_NONE); in lv_demo_smartwatch_show_scroll_hint() 478 hint_panel = lv_obj_create(dialog_parent); in create_scroll_hints() 480 lv_obj_set_width(hint_panel, lv_pct(100)); in create_scroll_hints() 481 lv_obj_set_height(hint_panel, lv_pct(100)); in create_scroll_hints() 482 lv_obj_set_align(hint_panel, LV_ALIGN_CENTER); in create_scroll_hints() 483 lv_obj_add_flag(hint_panel, LV_OBJ_FLAG_HIDDEN); in create_scroll_hints() [all …]
|
D | lv_demo_smartwatch_home.c | 69 static lv_obj_t * hint_panel; variable 233 lv_obj_set_parent(hint_panel, face_park); in lv_demo_smartwatch_face_load() 244 lv_obj_set_parent(hint_panel, home_panel); in lv_demo_smartwatch_show_home_hint() 247 lv_obj_remove_flag(hint_panel, LV_OBJ_FLAG_HIDDEN); in lv_demo_smartwatch_show_home_hint() 250 lv_obj_add_flag(hint_panel, LV_OBJ_FLAG_HIDDEN); in lv_demo_smartwatch_show_home_hint() 450 hint_panel = lv_obj_create(home_panel); in create_home_hints() 452 lv_obj_set_width(hint_panel, lv_pct(100)); in create_home_hints() 453 lv_obj_set_height(hint_panel, lv_pct(100)); in create_home_hints() 454 lv_obj_set_align(hint_panel, LV_ALIGN_CENTER); in create_home_hints() 455 lv_obj_remove_flag(hint_panel, LV_OBJ_FLAG_CLICKABLE); in create_home_hints() [all …]
|