Lines Matching refs:hint_left
66 static lv_obj_t * hint_left; variable
265 lv_demo_obj_set_hidden(hint_left, (dir & LV_DIR_LEFT) != LV_DIR_LEFT); in lv_demo_smartwatch_show_scroll_hint()
284 lv_anim_delete(hint_left, NULL); in lv_demo_smartwatch_show_scroll_hint()
290 lv_obj_set_style_opa(hint_left, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_show_scroll_hint()
296 anim_left = obj_set_opacity_anim(hint_left); in lv_demo_smartwatch_show_scroll_hint()
523 hint_left = lv_image_create(hint_panel); in create_scroll_hints()
524 lv_image_set_src(hint_left, &img_up_arrow_icon); in create_scroll_hints()
525 lv_image_set_rotation(hint_left, 2700); in create_scroll_hints()
526 lv_image_set_scale(hint_left, 200); in create_scroll_hints()
527 lv_obj_set_width(hint_left, LV_SIZE_CONTENT); in create_scroll_hints()
528 lv_obj_set_height(hint_left, LV_SIZE_CONTENT); in create_scroll_hints()
529 lv_obj_set_align(hint_left, LV_ALIGN_LEFT_MID); in create_scroll_hints()
530 lv_obj_remove_flag(hint_left, LV_OBJ_FLAG_SCROLLABLE); in create_scroll_hints()
531 lv_obj_remove_flag(hint_left, LV_OBJ_FLAG_CLICKABLE); in create_scroll_hints()
532 lv_obj_set_style_radius(hint_left, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints()
533 lv_obj_set_style_bg_color(hint_left, lv_color_hex(0x333333), LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints()
534 lv_obj_set_style_bg_opa(hint_left, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints()
535 lv_obj_set_style_pad_top(hint_left, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints()
536 lv_obj_set_style_pad_bottom(hint_left, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints()