/lvgl-latest/demos/flex_layout/ |
D | lv_demo_flex_layout_view_ctrl_pad.c | 244 lv_obj_set_style_pad_top(label, 10, LV_PART_MAIN); in tab_layout_create() 256 lv_obj_set_style_pad_top(label, 10, LV_PART_MAIN); in tab_layout_create() 268 lv_obj_set_style_pad_top(label, 10, LV_PART_MAIN); in tab_layout_create() 282 lv_obj_set_style_pad_top(temp_group, 20, LV_PART_MAIN); in tab_layout_create() 300 lv_obj_set_style_pad_top(label, 20, LV_PART_MAIN); in tab_layout_create()
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch.c | 412 lv_obj_set_style_pad_top(dialog_window, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_dialog_window() 431 lv_obj_set_style_pad_top(dialog_panel, 8, LV_PART_MAIN | LV_STATE_DEFAULT); in create_dialog_window() 448 lv_obj_set_style_pad_top(dialog_title, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_dialog_window() 491 lv_obj_set_style_pad_top(hint_panel, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints() 535 lv_obj_set_style_pad_top(hint_left, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints() 550 lv_obj_set_style_pad_top(hint_right, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints()
|
D | lv_demo_smartwatch_list.c | 181 lv_obj_set_style_pad_top(panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in add_external_app() 222 lv_obj_set_style_pad_top(panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in add_app_list() 263 lv_obj_set_style_pad_top(app_list, 50, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_list()
|
D | lv_demo_smartwatch_settings.c | 92 lv_obj_set_style_pad_top(panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_slider() 145 lv_obj_set_style_pad_top(panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_toggle() 203 lv_obj_set_style_pad_top(panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_dropdown() 261 lv_obj_set_style_pad_top(panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_label() 486 lv_obj_set_style_pad_top(settings_list, 50, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_settings()
|
D | lv_demo_smartwatch_notifications.c | 123 lv_obj_set_style_pad_top(notification_item, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_add_notification() 332 lv_obj_set_style_pad_top(message_panel, 20, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_notifications() 374 lv_obj_set_style_pad_top(message_list, 50, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_notifications()
|
D | lv_demo_smartwatch_home.c | 292 lv_obj_set_style_pad_top(face_item, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_add_watchface() 406 lv_obj_set_style_pad_top(alert_panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home() 442 lv_obj_set_style_pad_top(face_select, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home() 462 lv_obj_set_style_pad_top(hint_panel, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()
|
D | lv_demo_smartwatch_weather.c | 146 lv_obj_set_style_pad_top(panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_weather_add_daily() 327 lv_obj_set_style_pad_top(weather_forecast_daily, 50, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_weather() 355 lv_obj_set_style_pad_top(weather_forecast_hourly, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_weather()
|
D | lv_demo_smartwatch_qr.c | 183 lv_obj_set_style_pad_top(qr_panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in qr_screen_create()
|
/lvgl-latest/src/core/ |
D | lv_obj_style.h | 200 lv_obj_set_style_pad_top(obj, value, selector); in lv_obj_set_style_pad_all() 212 lv_obj_set_style_pad_top(obj, value, selector); in lv_obj_set_style_pad_ver()
|
D | lv_obj_style_gen.c | 189 void lv_obj_set_style_pad_top(lv_obj_t * obj, int32_t value, lv_style_selector_t selector) in lv_obj_set_style_pad_top() function
|
D | lv_obj_style_gen.h | 788 void lv_obj_set_style_pad_top(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 | 73 lv_obj_set_style_pad_top(bg_cont, c->sz->gap[7], 0); in lv_demo_high_res_app_smart_home() 83 lv_obj_set_style_pad_top(app_info, c->sz->gap[10], 0); in lv_demo_high_res_app_smart_home() 370 lv_obj_set_style_pad_top(slider, -(c->sz->slider_width - 6) / 2 - 8, LV_PART_KNOB); in create_widget3()
|
D | lv_demo_high_res_app_thermostat.c | 77 lv_obj_set_style_pad_top(bg_cont, c->sz->gap[7], 0); in lv_demo_high_res_app_thermostat() 330 lv_obj_set_style_pad_top(outer_slider_box, c->sz->gap[5], 0); in create_widget2() 387 lv_obj_set_style_pad_top(values_box, c->sz->gap[7], 0); in create_widget2() 584 lv_obj_set_style_pad_top(slider_box, 16, 0); in create_widget3()
|
D | lv_demo_high_res_app_about.c | 67 lv_obj_set_style_pad_top(bg_cont, c->sz->gap[7], 0); in lv_demo_high_res_app_about()
|
D | lv_demo_high_res_home.c | 70 lv_obj_set_style_pad_top(bg_cont, c->sz->gap[7], 0); in lv_demo_high_res_home()
|
D | lv_demo_high_res_app_ev_charging.c | 92 lv_obj_set_style_pad_top(bg_cont, c->sz->gap[7], 0); in lv_demo_high_res_app_ev_charging()
|
D | lv_demo_high_res_app_smart_meter.c | 90 lv_obj_set_style_pad_top(bg_cont, c->sz->gap[7], 0); in lv_demo_high_res_app_smart_meter()
|
/lvgl-latest/demos/benchmark/ |
D | lv_demo_benchmark.c | 499 lv_obj_set_style_pad_top(lv_screen_active(), HEADER_HEIGHT, 0); in lv_demo_benchmark() 533 lv_obj_set_style_pad_top(scr, HEADER_HEIGHT, 0); in load_scene()
|
/lvgl-latest/src/others/file_explorer/ |
D | lv_file_explorer.c | 365 lv_obj_set_style_pad_top(explorer->head_area, 0, 0); in init_style()
|