Lines Matching refs:panel1

200     lv_obj_t * panel1 = lv_obj_create(parent);  in profile_create()  local
201 lv_obj_set_height(panel1, LV_SIZE_CONTENT); in profile_create()
204 lv_obj_t * avatar = lv_img_create(panel1); in profile_create()
207 lv_obj_t * name = lv_label_create(panel1); in profile_create()
211 lv_obj_t * dsc = lv_label_create(panel1); in profile_create()
216 lv_obj_t * email_icn = lv_label_create(panel1); in profile_create()
220 lv_obj_t * email_label = lv_label_create(panel1); in profile_create()
223 lv_obj_t * call_icn = lv_label_create(panel1); in profile_create()
227 lv_obj_t * call_label = lv_label_create(panel1); in profile_create()
230 lv_obj_t * log_out_btn = lv_btn_create(panel1); in profile_create()
237 lv_obj_t * invite_btn = lv_btn_create(panel1); in profile_create()
341 lv_obj_set_grid_cell(panel1, LV_GRID_ALIGN_STRETCH, 0, 2, LV_GRID_ALIGN_CENTER, 0, 1); in profile_create()
343 lv_obj_set_grid_dsc_array(panel1, grid_1_col_dsc, grid_1_row_dsc); in profile_create()
410 lv_obj_set_grid_cell(panel1, LV_GRID_ALIGN_STRETCH, 0, 2, LV_GRID_ALIGN_CENTER, 0, 1); in profile_create()
415 lv_obj_set_grid_dsc_array(panel1, grid_1_col_dsc, grid_1_row_dsc); in profile_create()
465 lv_obj_set_grid_dsc_array(panel1, grid_1_col_dsc, grid_1_row_dsc); in profile_create()
485 lv_obj_set_grid_cell(panel1, LV_GRID_ALIGN_STRETCH, 0, 1, LV_GRID_ALIGN_CENTER, 0, 1); in profile_create()
776 lv_obj_t * panel1 = lv_obj_create(parent); in shop_create() local
777 lv_obj_set_size(panel1, lv_pct(100), LV_SIZE_CONTENT); in shop_create()
778 lv_obj_set_style_pad_bottom(panel1, 30, 0); in shop_create()
780 lv_obj_t * title = lv_label_create(panel1); in shop_create()
784 lv_obj_t * date = lv_label_create(panel1); in shop_create()
788 lv_obj_t * amount = lv_label_create(panel1); in shop_create()
792 lv_obj_t * hint = lv_label_create(panel1); in shop_create()
796 chart3 = lv_chart_create(panel1); in shop_create()
833 lv_obj_set_grid_dsc_array(panel1, grid1_col_dsc, grid1_row_dsc); in shop_create()
848 lv_obj_update_layout(panel1); in shop_create()
849 lv_obj_set_width(chart3, lv_obj_get_content_width(panel1) - 20); in shop_create()
852 lv_obj_set_grid_dsc_array(panel1, grid1_col_dsc, grid1_row_dsc); in shop_create()
874 lv_obj_set_grid_dsc_array(panel1, grid1_col_dsc, grid1_row_dsc); in shop_create()