Lines Matching refs:face_select
63 static lv_obj_t * face_select; variable
138 lv_screen_load_anim(face_select, LV_SCR_LOAD_ANIM_FADE_ON, 500, 0, false); in lv_demo_smartwatch_face_events_cb()
162 lv_obj_scroll_to_view(lv_obj_get_child(face_select, index), LV_ANIM_OFF); in lv_demo_smartwatch_face_selected_cb()
219 lv_obj_scroll_to_view(lv_obj_get_child(face_select, index), LV_ANIM_OFF); in lv_demo_smartwatch_face_load()
276 lv_obj_t * face_item = lv_obj_create(face_select); in lv_demo_smartwatch_add_watchface()
429 face_select = lv_obj_create(NULL); in create_screen_home()
430 lv_obj_set_width(face_select, 240); in create_screen_home()
431 lv_obj_set_height(face_select, 240); in create_screen_home()
432 lv_obj_set_align(face_select, LV_ALIGN_CENTER); in create_screen_home()
433 lv_obj_set_flex_flow(face_select, LV_FLEX_FLOW_ROW); in create_screen_home()
434 …lv_obj_set_flex_align(face_select, LV_FLEX_ALIGN_START, LV_FLEX_ALIGN_CENTER, LV_FLEX_ALIGN_CENTER… in create_screen_home()
435 lv_obj_set_scrollbar_mode(face_select, LV_SCROLLBAR_MODE_OFF); in create_screen_home()
436 lv_obj_set_style_radius(face_select, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()
437 lv_obj_set_style_bg_color(face_select, lv_color_hex(0x000000), LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()
438 lv_obj_set_style_bg_opa(face_select, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()
439 lv_obj_set_style_border_width(face_select, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()
440 lv_obj_set_style_pad_left(face_select, 30, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()
441 lv_obj_set_style_pad_right(face_select, 30, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()
442 lv_obj_set_style_pad_top(face_select, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()
443 lv_obj_set_style_pad_bottom(face_select, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()
444 lv_obj_set_style_pad_row(face_select, 10, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()
445 lv_obj_set_style_pad_column(face_select, 15, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()