/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch.c | 413 lv_obj_set_style_pad_bottom(dialog_window, 60, LV_PART_MAIN | LV_STATE_DEFAULT); in create_dialog_window() 432 lv_obj_set_style_pad_bottom(dialog_panel, 8, LV_PART_MAIN | LV_STATE_DEFAULT); in create_dialog_window() 449 lv_obj_set_style_pad_bottom(dialog_title, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_dialog_window() 492 lv_obj_set_style_pad_bottom(hint_panel, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints() 536 lv_obj_set_style_pad_bottom(hint_left, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints() 551 lv_obj_set_style_pad_bottom(hint_right, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints()
|
D | lv_demo_smartwatch_list.c | 182 lv_obj_set_style_pad_bottom(panel, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in add_external_app() 223 lv_obj_set_style_pad_bottom(panel, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in add_app_list() 264 lv_obj_set_style_pad_bottom(app_list, 70, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_list()
|
D | lv_demo_smartwatch_settings.c | 93 lv_obj_set_style_pad_bottom(panel, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_slider() 146 lv_obj_set_style_pad_bottom(panel, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_toggle() 204 lv_obj_set_style_pad_bottom(panel, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_dropdown() 262 lv_obj_set_style_pad_bottom(panel, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_label() 487 lv_obj_set_style_pad_bottom(settings_list, 70, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_settings()
|
D | lv_demo_smartwatch_notifications.c | 124 lv_obj_set_style_pad_bottom(notification_item, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_add_notification() 333 lv_obj_set_style_pad_bottom(message_panel, 70, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_notifications() 375 lv_obj_set_style_pad_bottom(message_list, 70, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_notifications()
|
D | lv_demo_smartwatch_home.c | 293 lv_obj_set_style_pad_bottom(face_item, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_add_watchface() 407 lv_obj_set_style_pad_bottom(alert_panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home() 443 lv_obj_set_style_pad_bottom(face_select, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home() 463 lv_obj_set_style_pad_bottom(hint_panel, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()
|
D | lv_demo_smartwatch_weather.c | 147 lv_obj_set_style_pad_bottom(panel, 10, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_weather_add_daily() 328 lv_obj_set_style_pad_bottom(weather_forecast_daily, 100, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_weather() 356 lv_obj_set_style_pad_bottom(weather_forecast_hourly, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_weather()
|
D | lv_demo_smartwatch_qr.c | 184 lv_obj_set_style_pad_bottom(qr_panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in qr_screen_create()
|
/lvgl-latest/demos/benchmark/ |
D | lv_demo_benchmark.c | 137 lv_obj_set_style_pad_bottom(scr, FALL_HEIGHT + PAD_BASIC, 0); in multiple_rgb_images_cb() 164 lv_obj_set_style_pad_bottom(scr, FALL_HEIGHT + PAD_BASIC, 0); in multiple_argb_images_cb() 191 lv_obj_set_style_pad_bottom(scr, FALL_HEIGHT + PAD_BASIC, 0); in rotated_argb_image_cb() 316 lv_obj_set_style_pad_bottom(scr, FALL_HEIGHT + PAD_BASIC, 0); in containers_cb() 340 lv_obj_set_style_pad_bottom(scr, FALL_HEIGHT + PAD_BASIC, 0); in containers_with_overlay_cb() 367 lv_obj_set_style_pad_bottom(scr, FALL_HEIGHT + PAD_BASIC, 0); in containers_with_opa_cb() 392 lv_obj_set_style_pad_bottom(scr, FALL_HEIGHT + PAD_BASIC, 0); in containers_with_opa_layer_cb() 445 lv_obj_set_style_pad_bottom(scr, 0, 0); in widgets_demo_cb()
|
/lvgl-latest/src/core/ |
D | lv_obj_style.h | 201 lv_obj_set_style_pad_bottom(obj, value, selector); in lv_obj_set_style_pad_all() 213 lv_obj_set_style_pad_bottom(obj, value, selector); in lv_obj_set_style_pad_ver()
|
D | lv_obj_style_gen.c | 197 void lv_obj_set_style_pad_bottom(lv_obj_t * obj, int32_t value, lv_style_selector_t selector) in lv_obj_set_style_pad_bottom() function
|
D | lv_obj_style_gen.h | 789 void lv_obj_set_style_pad_bottom(lv_obj_t * obj, int32_t value, lv_style_selector_t selector);
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_smart_home.c | 111 lv_obj_set_style_pad_bottom(widgets, c->sz->gap[10], 0); in lv_demo_high_res_app_smart_home() 371 lv_obj_set_style_pad_bottom(slider, -(c->sz->slider_width - 6) / 2 + 8, LV_PART_KNOB); in create_widget3()
|
D | lv_demo_high_res_app_about.c | 68 lv_obj_set_style_pad_bottom(bg_cont, c->sz->gap[10], 0); in lv_demo_high_res_app_about()
|
D | lv_demo_high_res_home.c | 144 lv_obj_set_style_pad_bottom(apps, c->sz->gap[10], 0); in lv_demo_high_res_home()
|
D | lv_demo_high_res_app_ev_charging.c | 94 lv_obj_set_style_pad_bottom(bg_cont, app_padding, 0); in lv_demo_high_res_app_ev_charging()
|
D | lv_demo_high_res_app_smart_meter.c | 92 lv_obj_set_style_pad_bottom(bg_cont, app_padding, 0); in lv_demo_high_res_app_smart_meter()
|
D | lv_demo_high_res_app_thermostat.c | 79 lv_obj_set_style_pad_bottom(bg_cont, app_padding, 0); in lv_demo_high_res_app_thermostat()
|
/lvgl-latest/demos/music/ |
D | lv_demo_music_main.c | 570 lv_obj_set_style_pad_bottom(cont, 17, 0); in create_ctrl_box() 572 lv_obj_set_style_pad_bottom(cont, 8, 0); in create_ctrl_box()
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_scale.c | 135 lv_obj_set_style_pad_bottom(scale, 8, 0); in test_scale_render_example_2()
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 882 lv_obj_set_style_pad_bottom(panel1, 30, 0); in shop_create()
|