Home
last modified time | relevance | path

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

/lvgl-latest/demos/ebike/
Dlv_demo_ebike_settings.c55 lv_obj_t * right_cont = right_cont_create(main_cont); in lv_demo_ebike_settings_create() local
56 lv_obj_set_size(right_cont, lv_pct(100), lv_pct(100)); in lv_demo_ebike_settings_create()
57 lv_obj_set_flex_grow(right_cont, 1); in lv_demo_ebike_settings_create()
205 lv_obj_t * right_cont = lv_obj_create(parent); in right_cont_create() local
206 lv_obj_set_style_bg_opa(right_cont, 0, 0); in right_cont_create()
207 lv_obj_set_flex_flow(right_cont, LV_FLEX_FLOW_COLUMN); in right_cont_create()
208 lv_obj_set_style_pad_ver(right_cont, 12, 0); in right_cont_create()
209 lv_obj_set_style_pad_right(right_cont, 8, 0); in right_cont_create()
210 lv_obj_set_style_pad_gap(right_cont, 8, 0); in right_cont_create()
211 lv_obj_set_style_width(right_cont, 3, LV_PART_SCROLLBAR); in right_cont_create()
[all …]
Dlv_demo_ebike_home.c74 lv_obj_t * right_cont = right_cont_create(main_cont); in lv_demo_ebike_home_create() local
81 lv_obj_set_width(right_cont, lv_pct(100)); in lv_demo_ebike_home_create()
82 lv_obj_set_flex_grow(right_cont, 1); in lv_demo_ebike_home_create()
86 lv_obj_set_size(right_cont, lv_pct(40), lv_pct(100)); in lv_demo_ebike_home_create()
87 lv_obj_set_style_min_width(right_cont, 150, 0); in lv_demo_ebike_home_create()
408 lv_obj_t * right_cont = lv_obj_create(parent); in right_cont_create() local
409 lv_obj_set_style_bg_opa(right_cont, 0, 0); in right_cont_create()
411 … lv_obj_set_flex_flow(right_cont, LV_DEMO_EBIKE_PORTRAIT ? LV_FLEX_FLOW_ROW : LV_FLEX_FLOW_COLUMN); in right_cont_create()
412 lv_obj_set_style_pad_ver(right_cont, 12, 0); in right_cont_create()
413 lv_obj_set_style_pad_hor(right_cont, 8, 0); in right_cont_create()
[all …]
Dlv_demo_ebike_stats.c95 lv_obj_t * right_cont = right_cont_create(main_cont); in lv_demo_ebike_stats_create() local
96 lv_obj_set_size(right_cont, lv_pct(100), lv_pct(100)); in lv_demo_ebike_stats_create()
97 lv_obj_set_flex_grow(right_cont, 1); in lv_demo_ebike_stats_create()
558 lv_obj_t * right_cont = lv_obj_create(parent); in right_cont_create() local
559 lv_obj_set_style_bg_opa(right_cont, 0, 0); in right_cont_create()
560 lv_obj_set_flex_flow(right_cont, LV_FLEX_FLOW_COLUMN); in right_cont_create()
561 lv_obj_set_style_flex_main_place(right_cont, LV_FLEX_ALIGN_SPACE_BETWEEN, 0); in right_cont_create()
562 lv_obj_set_style_pad_ver(right_cont, 12, 0); in right_cont_create()
563 lv_obj_set_style_pad_right(right_cont, 8, 0); in right_cont_create()
564 lv_obj_set_style_pad_row(right_cont, 8, 0); in right_cont_create()
[all …]