Home
last modified time | relevance | path

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

/lvgl-latest/demos/ebike/
Dlv_demo_ebike_settings.c104 lv_obj_set_style_pad_column(cont, 4, 0); in slider_create()
139 lv_obj_set_style_pad_column(cont, 4, 0); in switch_create()
172 lv_obj_set_style_pad_column(cont, 4, 0); in dropdown_create()
Dlv_demo_ebike_home.c429 lv_obj_set_style_pad_column(battery, 16, 0); in right_cont_create()
448 lv_obj_set_style_pad_column(dist, 16, 0); in right_cont_create()
/lvgl-latest/tests/src/test_cases/
Dtest_grid_fr.c31 lv_obj_set_style_pad_column(active_screen, 0, LV_PART_MAIN); in test_grid_fr()
Dtest_margin_grid.c72 lv_obj_set_style_pad_column(obj0, 0, LV_PART_MAIN); in test_grid()
/lvgl-latest/examples/layouts/flex/
Dlv_example_flex_5.c11 lv_obj_set_style_pad_column(obj, v, 0); in column_gap_anim()
/lvgl-latest/tests/src/test_cases/draw/
Dtest_clip_corner.c49 lv_obj_set_style_pad_column(lv_screen_active(), 40, 0); in test_clip_corner_1()
/lvgl-latest/examples/widgets/chart/
Dlv_example_chart_4.c34 lv_obj_set_style_pad_column(chart, 2, 0); in lv_example_chart_4()
/lvgl-latest/examples/layouts/grid/
Dlv_example_grid_5.c11 lv_obj_set_style_pad_column(obj, v, 0); in column_gap_anim()
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_smart_meter.c443 lv_obj_set_style_pad_column(chart_grid, c->sz->gap[3], 0); in create_widget2()
449 lv_obj_set_style_pad_column(chart, c->sz->gap[1], 0); in create_widget2()
641 lv_obj_set_style_pad_column(chart_grid, c->sz->gap[3], 0); in create_widget3()
647 lv_obj_set_style_pad_column(chart, c->sz->gap[1], 0); in create_widget3()
Dlv_demo_high_res_app_thermostat.c170 lv_obj_set_style_pad_column(chart_grid, c->sz->gap[3], 0); in create_widget1()
176 lv_obj_set_style_pad_column(chart, c->sz->gap[1], 0); in create_widget1()
388 lv_obj_set_style_pad_column(values_box, c->sz->gap[5], 0); in create_widget2()
Dlv_demo_high_res_app_ev_charging.c361 lv_obj_set_style_pad_column(chart_grid, c->sz->gap[3], 0); in create_widget2()
367 lv_obj_set_style_pad_column(chart, c->sz->gap[1], 0); in create_widget2()
Dlv_demo_high_res_home.c152 lv_obj_set_style_pad_column(apps, c->sz->gap[6], 0); in lv_demo_high_res_home()
Dlv_demo_high_res_util.c388 lv_obj_set_style_pad_column(obj, pad, 0); in lv_demo_high_res_simple_container_create()
Dlv_demo_high_res_app_smart_home.c115 lv_obj_set_style_pad_column(widgets, c->sz->gap[7], 0); in lv_demo_high_res_app_smart_home()
/lvgl-latest/examples/anim/
Dlv_example_anim_3.c45 lv_obj_set_style_pad_column(cont, 10, LV_PART_MAIN); in lv_example_anim_3()
/lvgl-latest/examples/others/observer/
Dlv_example_observer_4.c44 lv_obj_set_style_pad_column(footer, 8, 0); in lv_example_observer_4()
/lvgl-latest/src/core/
Dlv_obj_style.h239 lv_obj_set_style_pad_column(obj, value, selector); in lv_obj_set_style_pad_gap()
Dlv_obj_style_gen.c229 void lv_obj_set_style_pad_column(lv_obj_t * obj, int32_t value, lv_style_selector_t selector) in lv_obj_set_style_pad_column() function
Dlv_obj_style_gen.h793 void lv_obj_set_style_pad_column(lv_obj_t * obj, int32_t value, lv_style_selector_t selector);
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_bar.c368 lv_obj_set_style_pad_column(active_screen, 12, 0); in render_test_screen_create()
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_weather.c357 lv_obj_set_style_pad_column(weather_forecast_hourly, 10, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_weather()
Dlv_demo_smartwatch_home.c445 lv_obj_set_style_pad_column(face_select, 15, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()
/lvgl-latest/src/others/file_explorer/
Dlv_file_explorer.c356 lv_obj_set_style_pad_column(explorer->cont, 0, 0); in init_style()
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c576 lv_obj_set_style_pad_column(parent, 0, 0); in create_chart_with_scales()
927 lv_obj_set_style_pad_column(chart3, LV_DPX(30), 0); in shop_create()
947 lv_obj_set_style_pad_column(chart3, LV_DPX(30), 0); in shop_create()