Home
last modified time | relevance | path

Searched refs:totals_box (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_ev_charging.c401 lv_obj_t * totals_box = lv_obj_create(widget); in create_widget2() local
402 lv_obj_remove_style_all(totals_box); in create_widget2()
403 lv_obj_set_size(totals_box, LV_PCT(100), LV_SIZE_CONTENT); in create_widget2()
404 lv_obj_set_flex_flow(totals_box, LV_FLEX_FLOW_ROW); in create_widget2()
405 lv_obj_set_flex_grow(totals_box, 1); in create_widget2()
406 …lv_obj_set_flex_align(totals_box, LV_FLEX_ALIGN_SPACE_BETWEEN, LV_FLEX_ALIGN_END, LV_FLEX_ALIGN_EN… in create_widget2()
408 …lv_obj_t * charged_box = lv_demo_high_res_simple_container_create(totals_box, true, c->sz->gap[2],… in create_widget2()
429 …lv_obj_t * spent_box = lv_demo_high_res_simple_container_create(totals_box, true, c->sz->gap[2], L… in create_widget2()