Searched refs:hint_left (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch.c | 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() [all …]
|
D | lv_demo_smartwatch_home.c | 72 static lv_obj_t * hint_left; variable 489 hint_left = lv_image_create(hint_panel); in create_home_hints() 490 lv_image_set_src(hint_left, &img_chat_icon); in create_home_hints() 491 lv_image_set_scale(hint_left, 200); in create_home_hints() 492 lv_obj_set_width(hint_left, LV_SIZE_CONTENT); in create_home_hints() 493 lv_obj_set_height(hint_left, LV_SIZE_CONTENT); in create_home_hints() 494 lv_obj_set_align(hint_left, LV_ALIGN_LEFT_MID); in create_home_hints() 495 lv_obj_remove_flag(hint_left, LV_OBJ_FLAG_SCROLLABLE); in create_home_hints() 496 lv_obj_remove_flag(hint_left, LV_OBJ_FLAG_CLICKABLE); in create_home_hints() 497 lv_obj_set_style_radius(hint_left, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints() [all …]
|