Lines Matching refs:panel1
223 lv_obj_t * panel1 = lv_obj_create(parent); in profile_create() local
224 lv_obj_set_height(panel1, LV_SIZE_CONTENT); in profile_create()
227 lv_obj_t * avatar = lv_img_create(panel1); in profile_create()
230 lv_obj_t * name = lv_label_create(panel1); in profile_create()
234 lv_obj_t * dsc = lv_label_create(panel1); in profile_create()
239 lv_obj_t * email_icn = lv_label_create(panel1); in profile_create()
243 lv_obj_t * email_label = lv_label_create(panel1); in profile_create()
246 lv_obj_t * call_icn = lv_label_create(panel1); in profile_create()
250 lv_obj_t * call_label = lv_label_create(panel1); in profile_create()
253 lv_obj_t * log_out_btn = lv_btn_create(panel1); in profile_create()
260 lv_obj_t * invite_btn = lv_btn_create(panel1); in profile_create()
363 lv_obj_set_grid_cell(panel1, LV_GRID_ALIGN_STRETCH, 0, 2, LV_GRID_ALIGN_CENTER, 0, 1); in profile_create()
365 lv_obj_set_grid_dsc_array(panel1, grid_1_col_dsc, grid_1_row_dsc); in profile_create()
430 lv_obj_set_grid_cell(panel1, LV_GRID_ALIGN_STRETCH, 0, 2, LV_GRID_ALIGN_CENTER, 0, 1); in profile_create()
435 lv_obj_set_grid_dsc_array(panel1, grid_1_col_dsc, grid_1_row_dsc); in profile_create()
485 lv_obj_set_grid_dsc_array(panel1, grid_1_col_dsc, grid_1_row_dsc); in profile_create()
504 lv_obj_set_grid_cell(panel1, LV_GRID_ALIGN_STRETCH, 0, 1, LV_GRID_ALIGN_CENTER, 0, 1); in profile_create()
798 lv_obj_t * panel1 = lv_obj_create(parent); in shop_create() local
799 lv_obj_set_size(panel1, lv_pct(100), LV_SIZE_CONTENT); in shop_create()
800 lv_obj_set_style_pad_bottom(panel1, 30, 0); in shop_create()
802 lv_obj_t * title = lv_label_create(panel1); in shop_create()
806 lv_obj_t * date = lv_label_create(panel1); in shop_create()
810 lv_obj_t * amount = lv_label_create(panel1); in shop_create()
814 lv_obj_t * hint = lv_label_create(panel1); in shop_create()
818 chart3 = lv_chart_create(panel1); in shop_create()
854 lv_obj_set_grid_dsc_array(panel1, grid1_col_dsc, grid1_row_dsc); in shop_create()
870 lv_obj_update_layout(panel1); in shop_create()
871 lv_obj_set_width(chart3, lv_obj_get_content_width(panel1) - 20); in shop_create()
874 lv_obj_set_grid_dsc_array(panel1, grid1_col_dsc, grid1_row_dsc); in shop_create()
897 lv_obj_set_grid_dsc_array(panel1, grid1_col_dsc, grid1_row_dsc); in shop_create()