Home
last modified time | relevance | path

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

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_ev_charging.c281 …lv_obj_t * spent_box = lv_demo_high_res_simple_container_create(widget, true, c->sz->gap[2], LV_FL… in create_widget1() local
283 lv_obj_t * total_spent_span = lv_spangroup_create(spent_box); in create_widget1()
292 …lv_obj_t * total_spent_bar = lv_demo_high_res_simple_container_create(spent_box, false, c->sz->gap… in create_widget1()
302 …lv_obj_t * gas_equivalent_bar = lv_demo_high_res_simple_container_create(spent_box, false, c->sz->… in create_widget1()
313 lv_obj_t * gas_equivalent_span = lv_spangroup_create(spent_box); in create_widget1()
429 …lv_obj_t * spent_box = lv_demo_high_res_simple_container_create(totals_box, true, c->sz->gap[2], L… in create_widget2() local
430 lv_obj_set_width(spent_box, LV_PCT(45)); in create_widget2()
432 lv_obj_t * spent_label = lv_label_create(spent_box); in create_widget2()
437 lv_obj_t * spent_amount_number = lv_label_create(spent_box); in create_widget2()