/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch.c | 411 lv_obj_set_style_pad_right(dialog_window, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_dialog_window() 430 lv_obj_set_style_pad_right(dialog_panel, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_dialog_window() 447 lv_obj_set_style_pad_right(dialog_title, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_dialog_window() 490 lv_obj_set_style_pad_right(hint_panel, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints() 506 lv_obj_set_style_pad_right(hint_up, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints() 521 lv_obj_set_style_pad_right(hint_down, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints()
|
D | lv_demo_smartwatch_list.c | 180 lv_obj_set_style_pad_right(panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in add_external_app() 221 lv_obj_set_style_pad_right(panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in add_app_list() 262 lv_obj_set_style_pad_right(app_list, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_list()
|
D | lv_demo_smartwatch_settings.c | 91 lv_obj_set_style_pad_right(panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_slider() 144 lv_obj_set_style_pad_right(panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_toggle() 202 lv_obj_set_style_pad_right(panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_dropdown() 260 lv_obj_set_style_pad_right(panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_label() 485 lv_obj_set_style_pad_right(settings_list, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_settings()
|
D | lv_demo_smartwatch_notifications.c | 122 lv_obj_set_style_pad_right(notification_item, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_add_notification() 331 lv_obj_set_style_pad_right(message_panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_notifications() 373 lv_obj_set_style_pad_right(message_list, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_notifications()
|
D | lv_demo_smartwatch_home.c | 291 lv_obj_set_style_pad_right(face_item, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_add_watchface() 405 lv_obj_set_style_pad_right(alert_panel, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home() 441 lv_obj_set_style_pad_right(face_select, 30, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home() 461 lv_obj_set_style_pad_right(hint_panel, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()
|
D | lv_demo_smartwatch_weather.c | 145 lv_obj_set_style_pad_right(panel, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_weather_add_daily() 326 lv_obj_set_style_pad_right(weather_forecast_daily, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_weather() 354 lv_obj_set_style_pad_right(weather_forecast_hourly, 100, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_weather()
|
D | lv_demo_smartwatch_qr.c | 182 lv_obj_set_style_pad_right(qr_panel, 20, LV_PART_MAIN | LV_STATE_DEFAULT); in qr_screen_create()
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_home.c | 83 lv_obj_set_style_pad_right(info_area, c->sz->gap[10], 0); in lv_demo_high_res_home() 146 lv_obj_set_style_pad_right(apps, c->sz->gap[10], 0); in lv_demo_high_res_home() 167 lv_obj_set_style_pad_right(bottom_margin, c->sz->gap[10], 0); in lv_demo_high_res_home() 180 …lv_obj_set_style_pad_right(bottom_margin, lv_obj_get_style_pad_right(bottom_margin, 0) - c->sz->ga… in lv_demo_high_res_home()
|
D | lv_demo_high_res_app_thermostat.c | 347 lv_obj_set_style_pad_right(slider_left, -(c->sz->slider_width - 6) / 2 - 8, LV_PART_KNOB); in create_widget2() 360 lv_obj_set_style_pad_right(slider_right, -(c->sz->slider_width - 6) / 2 + 8, LV_PART_KNOB); in create_widget2() 599 lv_obj_set_style_pad_right(slider, -(c->sz->slider_width - 6) / 2 - 8, LV_PART_KNOB); in create_widget3()
|
D | lv_demo_high_res_app_smart_home.c | 113 lv_obj_set_style_pad_right(widgets, c->sz->gap[10], 0); in lv_demo_high_res_app_smart_home() 467 lv_obj_set_style_pad_right(slider, -(c->sz->slider_width - 6) / 2 - 8, LV_PART_KNOB); in create_widget4()
|
/lvgl-latest/examples/widgets/msgbox/ |
D | lv_example_msgbox_2.c | 28 lv_obj_set_style_pad_right(content, -1, LV_PART_SCROLLBAR); in lv_example_msgbox_2()
|
/lvgl-latest/src/core/ |
D | lv_obj_style.h | 199 lv_obj_set_style_pad_right(obj, value, selector); in lv_obj_set_style_pad_all() 207 lv_obj_set_style_pad_right(obj, value, selector); in lv_obj_set_style_pad_hor()
|
D | lv_obj_style_gen.c | 213 void lv_obj_set_style_pad_right(lv_obj_t * obj, int32_t value, lv_style_selector_t selector) in lv_obj_set_style_pad_right() function
|
D | lv_obj_style_gen.h | 791 void lv_obj_set_style_pad_right(lv_obj_t * obj, int32_t value, lv_style_selector_t selector);
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_settings.c | 209 lv_obj_set_style_pad_right(right_cont, 8, 0); in right_cont_create()
|
D | lv_demo_ebike_stats.c | 563 lv_obj_set_style_pad_right(right_cont, 8, 0); in right_cont_create()
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 1059 lv_obj_set_style_pad_right(color_cont, disp_size == DISP_SMALL ? LV_DPX(47) : LV_DPX(55), 0); in color_changer_create()
|