Home
last modified time | relevance | path

Searched refs:lv_obj_set_style_pad_bottom (Results 1 – 20 of 20) sorted by relevance

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch.c413 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()
Dlv_demo_smartwatch_list.c182 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()
Dlv_demo_smartwatch_settings.c93 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()
Dlv_demo_smartwatch_notifications.c124 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()
Dlv_demo_smartwatch_home.c293 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()
Dlv_demo_smartwatch_weather.c147 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()
Dlv_demo_smartwatch_qr.c184 lv_obj_set_style_pad_bottom(qr_panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in qr_screen_create()
/lvgl-latest/demos/benchmark/
Dlv_demo_benchmark.c137 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/
Dlv_obj_style.h201 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()
Dlv_obj_style_gen.c197 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
Dlv_obj_style_gen.h789 void lv_obj_set_style_pad_bottom(lv_obj_t * obj, int32_t value, lv_style_selector_t selector);
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_smart_home.c111 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()
Dlv_demo_high_res_app_about.c68 lv_obj_set_style_pad_bottom(bg_cont, c->sz->gap[10], 0); in lv_demo_high_res_app_about()
Dlv_demo_high_res_home.c144 lv_obj_set_style_pad_bottom(apps, c->sz->gap[10], 0); in lv_demo_high_res_home()
Dlv_demo_high_res_app_ev_charging.c94 lv_obj_set_style_pad_bottom(bg_cont, app_padding, 0); in lv_demo_high_res_app_ev_charging()
Dlv_demo_high_res_app_smart_meter.c92 lv_obj_set_style_pad_bottom(bg_cont, app_padding, 0); in lv_demo_high_res_app_smart_meter()
Dlv_demo_high_res_app_thermostat.c79 lv_obj_set_style_pad_bottom(bg_cont, app_padding, 0); in lv_demo_high_res_app_thermostat()
/lvgl-latest/demos/music/
Dlv_demo_music_main.c570 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/
Dtest_scale.c135 lv_obj_set_style_pad_bottom(scale, 8, 0); in test_scale_render_example_2()
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c882 lv_obj_set_style_pad_bottom(panel1, 30, 0); in shop_create()