Lines Matching refs:hint_panel
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()
456 lv_obj_set_style_radius(hint_panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()
457 lv_obj_set_style_bg_color(hint_panel, lv_color_hex(0x000000), LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()
458 lv_obj_set_style_bg_opa(hint_panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()
459 lv_obj_set_style_border_width(hint_panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()
460 lv_obj_set_style_pad_left(hint_panel, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()
461 lv_obj_set_style_pad_right(hint_panel, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()
462 lv_obj_set_style_pad_top(hint_panel, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()
463 lv_obj_set_style_pad_bottom(hint_panel, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()
465 hint_up = lv_image_create(hint_panel); in create_home_hints()
477 hint_down = lv_image_create(hint_panel); in create_home_hints()
489 hint_left = lv_image_create(hint_panel); in create_home_hints()
501 hint_right = lv_image_create(hint_panel); in create_home_hints()