Searched refs:hint_down (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch.c | 65 static lv_obj_t * hint_down; variable 264 lv_demo_obj_set_hidden(hint_down, (dir & LV_DIR_BOTTOM) != LV_DIR_BOTTOM); in lv_demo_smartwatch_show_scroll_hint() 283 lv_anim_delete(hint_down, NULL); in lv_demo_smartwatch_show_scroll_hint() 288 lv_obj_set_style_opa(hint_down, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_show_scroll_hint() 295 anim_down = obj_set_opacity_anim(hint_down); in lv_demo_smartwatch_show_scroll_hint() 508 hint_down = lv_image_create(hint_panel); in create_scroll_hints() 509 lv_image_set_src(hint_down, &img_up_arrow_icon); in create_scroll_hints() 510 lv_image_set_rotation(hint_down, 1800); in create_scroll_hints() 511 lv_image_set_scale(hint_down, 200); in create_scroll_hints() 512 lv_obj_set_width(hint_down, LV_SIZE_CONTENT); in create_scroll_hints() [all …]
|
D | lv_demo_smartwatch_home.c | 71 static lv_obj_t * hint_down; variable 477 hint_down = lv_image_create(hint_panel); in create_home_hints() 478 lv_image_set_src(hint_down, &img_cloud_icon); in create_home_hints() 479 lv_image_set_scale(hint_down, 200); in create_home_hints() 480 lv_obj_set_width(hint_down, LV_SIZE_CONTENT); in create_home_hints() 481 lv_obj_set_height(hint_down, LV_SIZE_CONTENT); in create_home_hints() 482 lv_obj_set_align(hint_down, LV_ALIGN_BOTTOM_MID); in create_home_hints() 483 lv_obj_remove_flag(hint_down, LV_OBJ_FLAG_SCROLLABLE); in create_home_hints() 484 lv_obj_remove_flag(hint_down, LV_OBJ_FLAG_CLICKABLE); in create_home_hints() 485 lv_obj_set_style_radius(hint_down, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints() [all …]
|