Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch.c410 lv_obj_set_style_pad_left(dialog_window, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_dialog_window()
429 lv_obj_set_style_pad_left(dialog_panel, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_dialog_window()
446 lv_obj_set_style_pad_left(dialog_title, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_dialog_window()
489 lv_obj_set_style_pad_left(hint_panel, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints()
505 lv_obj_set_style_pad_left(hint_up, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints()
520 lv_obj_set_style_pad_left(hint_down, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints()
Dlv_demo_smartwatch_list.c179 lv_obj_set_style_pad_left(panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in add_external_app()
220 lv_obj_set_style_pad_left(panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in add_app_list()
261 lv_obj_set_style_pad_left(app_list, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_list()
Dlv_demo_smartwatch_settings.c90 lv_obj_set_style_pad_left(panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_slider()
143 lv_obj_set_style_pad_left(panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_toggle()
201 lv_obj_set_style_pad_left(panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_dropdown()
259 lv_obj_set_style_pad_left(panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_label()
484 lv_obj_set_style_pad_left(settings_list, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_settings()
Dlv_demo_smartwatch_notifications.c121 lv_obj_set_style_pad_left(notification_item, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_add_notification()
330 lv_obj_set_style_pad_left(message_panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_notifications()
372 lv_obj_set_style_pad_left(message_list, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_notifications()
Dlv_demo_smartwatch_home.c290 lv_obj_set_style_pad_left(face_item, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_add_watchface()
404 lv_obj_set_style_pad_left(alert_panel, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()
440 lv_obj_set_style_pad_left(face_select, 30, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()
460 lv_obj_set_style_pad_left(hint_panel, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()
Dlv_demo_smartwatch_weather.c144 lv_obj_set_style_pad_left(panel, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_weather_add_daily()
325 lv_obj_set_style_pad_left(weather_forecast_daily, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_weather()
353 lv_obj_set_style_pad_left(weather_forecast_hourly, 50, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_weather()
Dlv_demo_smartwatch_qr.c181 lv_obj_set_style_pad_left(qr_panel, 20, LV_PART_MAIN | LV_STATE_DEFAULT); in qr_screen_create()
/lvgl-latest/src/core/
Dlv_obj_style.h198 lv_obj_set_style_pad_left(obj, value, selector); in lv_obj_set_style_pad_all()
206 lv_obj_set_style_pad_left(obj, value, selector); in lv_obj_set_style_pad_hor()
Dlv_obj_style_gen.c205 void lv_obj_set_style_pad_left(lv_obj_t * obj, int32_t value, lv_style_selector_t selector) in lv_obj_set_style_pad_left() function
Dlv_obj_style_gen.h790 void lv_obj_set_style_pad_left(lv_obj_t * obj, int32_t value, lv_style_selector_t selector);
/lvgl-latest/examples/widgets/scale/
Dlv_example_scale_2.c84 lv_obj_set_style_pad_left(scale, 8, 0); in lv_example_scale_2()
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_home.c82 lv_obj_set_style_pad_left(info_area, 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()
166 lv_obj_set_style_pad_left(bottom_margin, c->sz->gap[10], 0); in lv_demo_high_res_home()
Dlv_demo_high_res_app_smart_home.c84 lv_obj_set_style_pad_left(app_info, c->sz->gap[10], 0); in lv_demo_high_res_app_smart_home()
112 lv_obj_set_style_pad_left(widgets, c->sz->gap[10], 0); in lv_demo_high_res_app_smart_home()
468 lv_obj_set_style_pad_left(slider, -(c->sz->slider_width - 6) / 2 + 8, LV_PART_KNOB); in create_widget4()
Dlv_demo_high_res_app_thermostat.c348 lv_obj_set_style_pad_left(slider_left, -(c->sz->slider_width - 6) / 2 + 8, LV_PART_KNOB); in create_widget2()
361 lv_obj_set_style_pad_left(slider_right, -(c->sz->slider_width - 6) / 2 - 8, LV_PART_KNOB); in create_widget2()
600 lv_obj_set_style_pad_left(slider, -(c->sz->slider_width - 6) / 2 + 8, LV_PART_KNOB); in create_widget3()
Dlv_demo_high_res_app_about.c129 lv_obj_set_style_pad_left(slide_deck, lv_display_get_horizontal_resolution(NULL) * 2 / 5, 0); in lv_demo_high_res_app_about()
Dlv_demo_high_res_top_margin.c344 lv_obj_set_style_pad_left(label_cont, c->sz->gap[7], 0); in create_setting_label_cont()
/lvgl-latest/demos/ebike/
Dlv_demo_ebike_home.c248 lv_obj_set_style_pad_left(dashboard_center_cont, 110, 0); in left_cont_create()
290 lv_obj_set_style_pad_left(bottom_cont, 110, 0); in left_cont_create()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_scale.c130 lv_obj_set_style_pad_left(scale, 8, 0); in test_scale_render_example_2()
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c197 lv_obj_set_style_pad_left(tab_bar, LV_HOR_RES / 2, 0); in lv_demo_widgets()