Lines Matching refs:hint_up
64 static lv_obj_t * hint_up; variable
263 lv_demo_obj_set_hidden(hint_up, (dir & LV_DIR_TOP) != LV_DIR_TOP); in lv_demo_smartwatch_show_scroll_hint()
282 lv_anim_delete(hint_up, NULL); in lv_demo_smartwatch_show_scroll_hint()
289 lv_obj_set_style_opa(hint_up, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_show_scroll_hint()
294 anim_up = obj_set_opacity_anim(hint_up); in lv_demo_smartwatch_show_scroll_hint()
494 hint_up = lv_image_create(hint_panel); in create_scroll_hints()
495 lv_image_set_src(hint_up, &img_up_arrow_icon); in create_scroll_hints()
496 lv_image_set_scale(hint_up, 200); in create_scroll_hints()
497 lv_obj_set_width(hint_up, LV_SIZE_CONTENT); in create_scroll_hints()
498 lv_obj_set_height(hint_up, LV_SIZE_CONTENT); in create_scroll_hints()
499 lv_obj_set_align(hint_up, LV_ALIGN_TOP_MID); in create_scroll_hints()
500 lv_obj_remove_flag(hint_up, LV_OBJ_FLAG_SCROLLABLE); in create_scroll_hints()
501 lv_obj_remove_flag(hint_up, LV_OBJ_FLAG_CLICKABLE); in create_scroll_hints()
502 lv_obj_set_style_radius(hint_up, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints()
503 lv_obj_set_style_bg_color(hint_up, lv_color_hex(0x333333), LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints()
504 lv_obj_set_style_bg_opa(hint_up, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints()
505 lv_obj_set_style_pad_left(hint_up, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints()
506 lv_obj_set_style_pad_right(hint_up, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints()