Home
last modified time | relevance | path

Searched refs:hint_right (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch.c67 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()
[all …]
Dlv_demo_smartwatch_home.c73 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()
[all …]