Home
last modified time | relevance | path

Searched refs:lv_obj_set_style_pad_right (Results 1 – 17 of 17) sorted by relevance

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch.c411 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()
Dlv_demo_smartwatch_list.c180 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()
Dlv_demo_smartwatch_settings.c91 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()
Dlv_demo_smartwatch_notifications.c122 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()
Dlv_demo_smartwatch_home.c291 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()
Dlv_demo_smartwatch_weather.c145 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()
Dlv_demo_smartwatch_qr.c182 lv_obj_set_style_pad_right(qr_panel, 20, LV_PART_MAIN | LV_STATE_DEFAULT); in qr_screen_create()
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_home.c83 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()
180lv_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()
Dlv_demo_high_res_app_thermostat.c347 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()
Dlv_demo_high_res_app_smart_home.c113 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/
Dlv_example_msgbox_2.c28 lv_obj_set_style_pad_right(content, -1, LV_PART_SCROLLBAR); in lv_example_msgbox_2()
/lvgl-latest/src/core/
Dlv_obj_style.h199 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()
Dlv_obj_style_gen.c213 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
Dlv_obj_style_gen.h791 void lv_obj_set_style_pad_right(lv_obj_t * obj, int32_t value, lv_style_selector_t selector);
/lvgl-latest/demos/ebike/
Dlv_demo_ebike_settings.c209 lv_obj_set_style_pad_right(right_cont, 8, 0); in right_cont_create()
Dlv_demo_ebike_stats.c563 lv_obj_set_style_pad_right(right_cont, 8, 0); in right_cont_create()
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c1059 lv_obj_set_style_pad_right(color_cont, disp_size == DISP_SMALL ? LV_DPX(47) : LV_DPX(55), 0); in color_changer_create()