Searched refs:hint_up (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch.c | 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() [all …]
|
D | lv_demo_smartwatch_home.c | 70 static lv_obj_t * hint_up; variable 465 hint_up = lv_image_create(hint_panel); in create_home_hints() 466 lv_image_set_src(hint_up, &img_note_icon); in create_home_hints() 467 lv_image_set_scale(hint_up, 200); in create_home_hints() 468 lv_obj_set_width(hint_up, LV_SIZE_CONTENT); in create_home_hints() 469 lv_obj_set_height(hint_up, LV_SIZE_CONTENT); in create_home_hints() 470 lv_obj_set_align(hint_up, LV_ALIGN_TOP_MID); in create_home_hints() 471 lv_obj_remove_flag(hint_up, LV_OBJ_FLAG_SCROLLABLE); in create_home_hints() 472 lv_obj_remove_flag(hint_up, LV_OBJ_FLAG_CLICKABLE); in create_home_hints() 473 lv_obj_set_style_radius(hint_up, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints() [all …]
|