Lines Matching refs:hint_right
67 static lv_obj_t * hint_right; variable
266 lv_demo_obj_set_hidden(hint_right, (dir & LV_DIR_RIGHT) != LV_DIR_RIGHT); in lv_demo_smartwatch_show_scroll_hint()
285 lv_anim_delete(hint_right, NULL); in lv_demo_smartwatch_show_scroll_hint()
291 lv_obj_set_style_opa(hint_right, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_show_scroll_hint()
297 anim_right = obj_set_opacity_anim(hint_right); in lv_demo_smartwatch_show_scroll_hint()
538 hint_right = lv_image_create(hint_panel); in create_scroll_hints()
539 lv_image_set_src(hint_right, &img_up_arrow_icon); in create_scroll_hints()
540 lv_image_set_rotation(hint_right, 900); in create_scroll_hints()
541 lv_image_set_scale(hint_right, 200); in create_scroll_hints()
542 lv_obj_set_width(hint_right, LV_SIZE_CONTENT); in create_scroll_hints()
543 lv_obj_set_height(hint_right, LV_SIZE_CONTENT); in create_scroll_hints()
544 lv_obj_set_align(hint_right, LV_ALIGN_RIGHT_MID); in create_scroll_hints()
545 lv_obj_remove_flag(hint_right, LV_OBJ_FLAG_SCROLLABLE); in create_scroll_hints()
546 lv_obj_remove_flag(hint_right, LV_OBJ_FLAG_CLICKABLE); in create_scroll_hints()
547 lv_obj_set_style_radius(hint_right, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints()
548 lv_obj_set_style_bg_color(hint_right, lv_color_hex(0x333333), LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints()
549 lv_obj_set_style_bg_opa(hint_right, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints()
550 lv_obj_set_style_pad_top(hint_right, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints()
551 lv_obj_set_style_pad_bottom(hint_right, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints()