/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch.c | 410 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()
|
D | lv_demo_smartwatch_list.c | 179 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()
|
D | lv_demo_smartwatch_settings.c | 90 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()
|
D | lv_demo_smartwatch_notifications.c | 121 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()
|
D | lv_demo_smartwatch_home.c | 290 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()
|
D | lv_demo_smartwatch_weather.c | 144 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()
|
D | lv_demo_smartwatch_qr.c | 181 lv_obj_set_style_pad_left(qr_panel, 20, LV_PART_MAIN | LV_STATE_DEFAULT); in qr_screen_create()
|
/lvgl-latest/src/core/ |
D | lv_obj_style.h | 198 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()
|
D | lv_obj_style_gen.c | 205 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
|
D | lv_obj_style_gen.h | 790 void lv_obj_set_style_pad_left(lv_obj_t * obj, int32_t value, lv_style_selector_t selector);
|
/lvgl-latest/examples/widgets/scale/ |
D | lv_example_scale_2.c | 84 lv_obj_set_style_pad_left(scale, 8, 0); in lv_example_scale_2()
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_home.c | 82 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()
|
D | lv_demo_high_res_app_smart_home.c | 84 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()
|
D | lv_demo_high_res_app_thermostat.c | 348 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()
|
D | lv_demo_high_res_app_about.c | 129 lv_obj_set_style_pad_left(slide_deck, lv_display_get_horizontal_resolution(NULL) * 2 / 5, 0); in lv_demo_high_res_app_about()
|
D | lv_demo_high_res_top_margin.c | 344 lv_obj_set_style_pad_left(label_cont, c->sz->gap[7], 0); in create_setting_label_cont()
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_home.c | 248 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/ |
D | test_scale.c | 130 lv_obj_set_style_pad_left(scale, 8, 0); in test_scale_render_example_2()
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 197 lv_obj_set_style_pad_left(tab_bar, LV_HOR_RES / 2, 0); in lv_demo_widgets()
|