Lines Matching refs:hint_right
73 static lv_obj_t * hint_right; variable
501 hint_right = lv_image_create(hint_panel); in create_home_hints()
502 lv_image_set_src(hint_right, &img_application_icon); in create_home_hints()
503 lv_image_set_scale(hint_right, 200); in create_home_hints()
504 lv_obj_set_width(hint_right, LV_SIZE_CONTENT); in create_home_hints()
505 lv_obj_set_height(hint_right, LV_SIZE_CONTENT); in create_home_hints()
506 lv_obj_set_align(hint_right, LV_ALIGN_RIGHT_MID); in create_home_hints()
507 lv_obj_remove_flag(hint_right, LV_OBJ_FLAG_SCROLLABLE); in create_home_hints()
508 lv_obj_remove_flag(hint_right, LV_OBJ_FLAG_CLICKABLE); in create_home_hints()
509 lv_obj_set_style_radius(hint_right, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()
510 lv_obj_set_style_bg_color(hint_right, lv_color_hex(0x000000), LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()
511 lv_obj_set_style_bg_opa(hint_right, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()