Lines Matching refs:apps
141 lv_obj_t * apps = lv_obj_create(bg_cont); in lv_demo_high_res_home() local
142 lv_obj_remove_style_all(apps); in lv_demo_high_res_home()
143 lv_obj_set_size(apps, LV_PCT(100), LV_SIZE_CONTENT); in lv_demo_high_res_home()
144 lv_obj_set_style_pad_bottom(apps, c->sz->gap[10], 0); in lv_demo_high_res_home()
145 lv_obj_set_style_pad_left(apps, c->sz->gap[10], 0); in lv_demo_high_res_home()
146 lv_obj_set_style_pad_right(apps, c->sz->gap[10], 0); in lv_demo_high_res_home()
147 lv_obj_set_style_border_side(apps, LV_BORDER_SIDE_BOTTOM, 0); in lv_demo_high_res_home()
148 lv_obj_set_style_border_color(apps, lv_color_black(), 0); in lv_demo_high_res_home()
149 lv_obj_set_style_border_width(apps, 1, 0); in lv_demo_high_res_home()
150 lv_obj_set_style_border_opa(apps, 8 * 255 / 100, 0); in lv_demo_high_res_home()
151 lv_obj_set_flex_flow(apps, LV_FLEX_FLOW_ROW); in lv_demo_high_res_home()
152 lv_obj_set_style_pad_column(apps, c->sz->gap[6], 0); in lv_demo_high_res_home()
153 …app_card_create(c, apps, "EV Charging", c->imgs[IMG_EV_CHARGING_APP_ICON], lv_demo_high_res_app_ev… in lv_demo_high_res_home()
154 …app_card_create(c, apps, "Smart Home", c->imgs[IMG_SMART_HOME_APP_ICON], lv_demo_high_res_app_smar… in lv_demo_high_res_home()
155 …app_card_create(c, apps, "Smart Meter", c->imgs[IMG_SMART_METER_APP_ICON], lv_demo_high_res_app_sm… in lv_demo_high_res_home()
156 …app_card_create(c, apps, "Thermostat", c->imgs[IMG_THERMOSTAT_APP_ICON], lv_demo_high_res_app_ther… in lv_demo_high_res_home()
157 app_card_create(c, apps, "About", c->imgs[IMG_ABOUT_APP_ICON], lv_demo_high_res_app_about); in lv_demo_high_res_home()