Lines Matching refs:qr_panel

35 static lv_obj_t * qr_panel;  variable
92 lv_obj_t * info = lv_label_create(qr_panel); in lv_demo_smartwatch_qr_create()
108 lv_obj_clean(qr_panel); in lv_demo_smartwatch_qr_list_clear()
114 qr_item = lv_obj_create(qr_panel); in lv_demo_smartwatch_qr_list_add()
167 qr_panel = lv_obj_create(qr_screen); in qr_screen_create()
168 lv_obj_set_width(qr_panel, lv_pct(100)); in qr_screen_create()
169 lv_obj_set_height(qr_panel, lv_pct(100)); in qr_screen_create()
170 lv_obj_set_align(qr_panel, LV_ALIGN_CENTER); in qr_screen_create()
171 lv_obj_set_flex_flow(qr_panel, LV_FLEX_FLOW_ROW); in qr_screen_create()
172 lv_obj_set_flex_align(qr_panel, LV_FLEX_ALIGN_START, LV_FLEX_ALIGN_START, LV_FLEX_ALIGN_START); in qr_screen_create()
173 lv_obj_add_flag(qr_panel, LV_OBJ_FLAG_SCROLL_ONE); in qr_screen_create()
174 lv_obj_set_scrollbar_mode(qr_panel, LV_SCROLLBAR_MODE_OFF); in qr_screen_create()
175 lv_obj_set_scroll_snap_x(qr_panel, LV_SCROLL_SNAP_CENTER); in qr_screen_create()
176 lv_obj_set_scroll_dir(qr_panel, LV_DIR_HOR); in qr_screen_create()
177 lv_obj_set_style_radius(qr_panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in qr_screen_create()
178 lv_obj_set_style_bg_color(qr_panel, lv_color_hex(0x000000), LV_PART_MAIN | LV_STATE_DEFAULT); in qr_screen_create()
179 lv_obj_set_style_bg_opa(qr_panel, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in qr_screen_create()
180 lv_obj_set_style_border_width(qr_panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in qr_screen_create()
181 lv_obj_set_style_pad_left(qr_panel, 20, LV_PART_MAIN | LV_STATE_DEFAULT); in qr_screen_create()
182 lv_obj_set_style_pad_right(qr_panel, 20, LV_PART_MAIN | LV_STATE_DEFAULT); in qr_screen_create()
183 lv_obj_set_style_pad_top(qr_panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in qr_screen_create()
184 lv_obj_set_style_pad_bottom(qr_panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in qr_screen_create()
207 lv_obj_set_scrollbar_mode(qr_panel, lv_demo_smartwatch_get_scrollbar_mode()); in qr_screen_event_cb()
209 lv_obj_update_snap(qr_panel, LV_ANIM_OFF); in qr_screen_event_cb()