Lines Matching refs:hint_left
72 static lv_obj_t * hint_left; variable
489 hint_left = lv_image_create(hint_panel); in create_home_hints()
490 lv_image_set_src(hint_left, &img_chat_icon); in create_home_hints()
491 lv_image_set_scale(hint_left, 200); in create_home_hints()
492 lv_obj_set_width(hint_left, LV_SIZE_CONTENT); in create_home_hints()
493 lv_obj_set_height(hint_left, LV_SIZE_CONTENT); in create_home_hints()
494 lv_obj_set_align(hint_left, LV_ALIGN_LEFT_MID); in create_home_hints()
495 lv_obj_remove_flag(hint_left, LV_OBJ_FLAG_SCROLLABLE); in create_home_hints()
496 lv_obj_remove_flag(hint_left, LV_OBJ_FLAG_CLICKABLE); in create_home_hints()
497 lv_obj_set_style_radius(hint_left, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()
498 lv_obj_set_style_bg_color(hint_left, lv_color_hex(0x000000), LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()
499 lv_obj_set_style_bg_opa(hint_left, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()