Home
last modified time | relevance | path

Searched refs:lv_obj_set_style_radius (Results 1 – 25 of 52) sorted by relevance

123

/lvgl-latest/tests/src/test_cases/draw/
Dtest_bg_image.c28 lv_obj_set_style_radius(obj, 0, 0); in test_func_1()
33 lv_obj_set_style_radius(obj, 20, 0); in test_func_1()
39 lv_obj_set_style_radius(obj, 0, 0); in test_func_1()
44 lv_obj_set_style_radius(obj, 20, 0); in test_func_1()
50 lv_obj_set_style_radius(obj, 0, 0); in test_func_1()
56 lv_obj_set_style_radius(obj, 20, 0); in test_func_1()
63 lv_obj_set_style_radius(obj, 0, 0); in test_func_1()
70 lv_obj_set_style_radius(obj, 20, 0); in test_func_1()
Dtest_clip_corner.c21 lv_obj_set_style_radius(parent, radius, 0); in create_panel()
/lvgl-latest/demos/ebike/
Dlv_demo_ebike_settings.c115 lv_obj_set_style_radius(slider, LV_RADIUS_CIRCLE, 0); in slider_create()
118 lv_obj_set_style_radius(slider, LV_RADIUS_CIRCLE, LV_PART_INDICATOR); in slider_create()
120 lv_obj_set_style_radius(slider, LV_RADIUS_CIRCLE, LV_PART_KNOB); in slider_create()
149 lv_obj_set_style_radius(sw, LV_RADIUS_CIRCLE, 0); in switch_create()
152 lv_obj_set_style_radius(sw, LV_RADIUS_CIRCLE, LV_PART_KNOB); in switch_create()
183 lv_obj_set_style_radius(dd, 4, 0); in dropdown_create()
196 lv_obj_set_style_radius(list, 4, 0); in dropdown_create()
213 lv_obj_set_style_radius(right_cont, 2, LV_PART_SCROLLBAR); in right_cont_create()
Dlv_demo_ebike_home.c392 lv_obj_set_style_radius(bullet, LV_RADIUS_CIRCLE, 0); in bullets_create()
427 lv_obj_set_style_radius(battery, 12, 0); in right_cont_create()
431 lv_obj_set_style_radius(battery, 6, LV_PART_INDICATOR); in right_cont_create()
445 lv_obj_set_style_radius(dist, 12, 0); in right_cont_create()
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_control.c98 lv_obj_set_style_radius(control_music_play, 5, LV_PART_MAIN | LV_STATE_PRESSED); in control_screen_create()
112 lv_obj_set_style_radius(control_music_previous, 5, LV_PART_MAIN | LV_STATE_PRESSED); in control_screen_create()
126 lv_obj_set_style_radius(control_music_next, 5, LV_PART_MAIN | LV_STATE_PRESSED); in control_screen_create()
143 lv_obj_set_style_radius(control_bluetooth_icon, 5, LV_PART_MAIN | LV_STATE_PRESSED); in control_screen_create()
155 lv_obj_set_style_radius(control_brightness, 10, LV_PART_MAIN | LV_STATE_DEFAULT); in control_screen_create()
158 lv_obj_set_style_radius(control_brightness, 10, LV_PART_INDICATOR | LV_STATE_DEFAULT); in control_screen_create()
185 lv_obj_set_style_radius(control_volume_up, 5, LV_PART_MAIN | LV_STATE_PRESSED); in control_screen_create()
199 lv_obj_set_style_radius(control_volume_down, 5, LV_PART_MAIN | LV_STATE_PRESSED); in control_screen_create()
Dlv_demo_smartwatch_home.c282 lv_obj_set_style_radius(face_item, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_add_watchface()
323 lv_obj_set_style_radius(clock_screen, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()
436 lv_obj_set_style_radius(face_select, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()
456 lv_obj_set_style_radius(hint_panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()
473 lv_obj_set_style_radius(hint_up, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()
485 lv_obj_set_style_radius(hint_down, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()
497 lv_obj_set_style_radius(hint_left, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()
509 lv_obj_set_style_radius(hint_right, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()
Dlv_demo_smartwatch.c406 lv_obj_set_style_radius(dialog_window, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_dialog_window()
464 lv_obj_set_style_radius(dialog_close, 20, LV_PART_MAIN | LV_STATE_DEFAULT); in create_dialog_window()
485 lv_obj_set_style_radius(hint_panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints()
502 lv_obj_set_style_radius(hint_up, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints()
517 lv_obj_set_style_radius(hint_down, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints()
532 lv_obj_set_style_radius(hint_left, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints()
547 lv_obj_set_style_radius(hint_right, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints()
Dlv_demo_smartwatch_settings.c83 lv_obj_set_style_radius(panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_slider()
136 lv_obj_set_style_radius(panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_toggle()
194 lv_obj_set_style_radius(panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_dropdown()
252 lv_obj_set_style_radius(panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_label()
468 lv_obj_set_style_radius(settings_screen, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_settings()
480 lv_obj_set_style_radius(settings_list, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_settings()
Dlv_demo_smartwatch_list.c172 lv_obj_set_style_radius(panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in add_external_app()
213 lv_obj_set_style_radius(panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in add_app_list()
257 lv_obj_set_style_radius(app_list, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_list()
Dlv_demo_smartwatch_notifications.c114 lv_obj_set_style_radius(notification_item, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_add_notification()
326 lv_obj_set_style_radius(message_panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_notifications()
368 lv_obj_set_style_radius(message_list, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_notifications()
/lvgl-latest/demos/render/
Dlv_demo_render.c72 lv_obj_set_style_radius(obj, 10, 0); in fill_cb()
77 lv_obj_set_style_radius(obj, 100, 0); in fill_cb()
82 lv_obj_set_style_radius(obj, 10, 0); in fill_cb()
90 lv_obj_set_style_radius(obj, 10, 0); in fill_cb()
99 lv_obj_set_style_radius(obj, 10, 0); in fill_cb()
108 lv_obj_set_style_radius(obj, 10, 0); in fill_cb()
154 lv_obj_set_style_radius(obj, 0, 0); in border_cb()
161 lv_obj_set_style_radius(obj, 0, 0); in border_cb()
168 lv_obj_set_style_radius(obj, 10, 0); in border_cb()
175 lv_obj_set_style_radius(obj, 10, 0); in border_cb()
[all …]
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_bar.c159 lv_obj_set_style_radius(test_bar, 100, 0); in test_bar_normal()
160 lv_obj_set_style_radius(test_bar, 100, LV_PART_MAIN); in test_bar_normal()
171 lv_obj_set_style_radius(test_bar, 100, 0); in test_bar_normal()
172 lv_obj_set_style_radius(test_bar, 100, LV_PART_MAIN); in test_bar_normal()
185 lv_obj_set_style_radius(test_bar, 100, 0); in test_bar_normal()
186 lv_obj_set_style_radius(test_bar, 100, LV_PART_MAIN); in test_bar_normal()
197 lv_obj_set_style_radius(test_bar, 100, 0); in test_bar_normal()
198 lv_obj_set_style_radius(test_bar, 100, LV_PART_MAIN); in test_bar_normal()
336 lv_obj_set_style_radius(bar, bg_radius, LV_PART_MAIN); in styled_bar_create()
355 lv_obj_set_style_radius(bar, indic_radius, LV_PART_INDICATOR); in styled_bar_create()
/lvgl-latest/examples/widgets/scale/
Dlv_example_scale_3.c30 lv_obj_set_style_radius(scale_line, LV_RADIUS_CIRCLE, 0); in lv_example_scale_3()
67 lv_obj_set_style_radius(scale_img, LV_RADIUS_CIRCLE, 0); in lv_example_scale_3()
Dlv_example_scale_8.c15 lv_obj_set_style_radius(scale_line, LV_RADIUS_CIRCLE, 0); in lv_example_scale_8()
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_thermostat.c177 lv_obj_set_style_radius(chart, c->sz->gap[3], LV_PART_ITEMS); in create_widget1()
182 lv_obj_set_style_radius(chart, 0, 0); in create_widget1()
284 lv_obj_set_style_radius(minus, LV_COORD_MAX, 0); in create_widget2_value()
302 lv_obj_set_style_radius(plus, LV_COORD_MAX, 0); in create_widget2_value()
334 lv_obj_set_style_radius(slider_box, c->sz->gap[4], 0); in create_widget2()
344 lv_obj_set_style_radius(slider_left, c->sz->gap[4], 0); in create_widget2()
345 lv_obj_set_style_radius(slider_left, c->sz->gap[4], LV_PART_INDICATOR); in create_widget2()
357 lv_obj_set_style_radius(slider_right, c->sz->gap[4], 0); in create_widget2()
358 lv_obj_set_style_radius(slider_right, c->sz->gap[4], LV_PART_INDICATOR); in create_widget2()
408 lv_obj_set_style_radius(setting, c->sz->gap[3], 0); in create_widget3_setting()
[all …]
Dlv_demo_high_res_app_smart_home.c160 lv_obj_set_style_radius(main_temp_box, LV_COORD_MAX, 0); in create_widget1()
367 lv_obj_set_style_radius(slider, c->sz->gap[4], 0); in create_widget3()
368 lv_obj_set_style_radius(slider, c->sz->gap[4], LV_PART_INDICATOR); in create_widget3()
439 lv_obj_set_style_radius(temperature_slider, 0, 0); in create_widget4()
464 lv_obj_set_style_radius(slider, c->sz->gap[4], 0); in create_widget4()
465 lv_obj_set_style_radius(slider, c->sz->gap[4], LV_PART_INDICATOR); in create_widget4()
Dlv_demo_high_res_home.c189 lv_obj_set_style_radius(light_theme_icon, LV_COORD_MAX, 0); in lv_demo_high_res_home()
198 lv_obj_set_style_radius(dark_theme_icon, LV_COORD_MAX, 0); in lv_demo_high_res_home()
243 lv_obj_set_style_radius(app_card, c->sz->gap[6], 0); in app_card_create()
261 lv_obj_set_style_radius(icon, LV_COORD_MAX, 0); in app_card_create()
/lvgl-latest/src/others/file_explorer/
Dlv_file_explorer.c348 lv_obj_set_style_radius(obj, 0, 0); in init_style()
352 lv_obj_set_style_radius(explorer->cont, 0, 0); in init_style()
363 lv_obj_set_style_radius(explorer->head_area, 0, 0); in init_style()
371 lv_obj_set_style_radius(explorer->quick_access_area, 0, 0); in init_style()
380 lv_obj_set_style_radius(explorer->browser_area, 0, 0); in init_style()
388 lv_obj_set_style_radius(explorer->file_table, 0, 0); in init_style()
396 lv_obj_set_style_radius(explorer->list_device, 0, 0); in init_style()
401 lv_obj_set_style_radius(explorer->list_places, 0, 0); in init_style()
/lvgl-latest/examples/others/file_explorer/
Dlv_example_file_explorer_2.c122 lv_obj_set_style_radius(btn, 2, 0); in lv_example_file_explorer_2()
138 lv_obj_set_style_radius(dd, 4, 0); in lv_example_file_explorer_2()
/lvgl-latest/demos/flex_layout/
Dlv_demo_flex_layout_view.c66 lv_obj_set_style_radius(obj, 10, 0); in view_create()
122 lv_obj_set_style_radius(btn, 5, LV_PART_MAIN); in btn_create()
/lvgl-latest/examples/anim/
Dlv_example_anim_2.c22 lv_obj_set_style_radius(obj, LV_RADIUS_CIRCLE, 0); in lv_example_anim_2()
/lvgl-latest/tests/src/test_cases/
Dtest_grid_fr.c39 lv_obj_set_style_radius(child, 0, LV_PART_MAIN); in test_grid_fr()
/lvgl-latest/examples/scroll/
Dlv_example_scroll_3.c44 lv_obj_set_style_radius(float_btn, LV_RADIUS_CIRCLE, 0); in lv_example_scroll_3()
/lvgl-latest/examples/widgets/chart/
Dlv_example_chart_2.c30 lv_obj_set_style_radius(chart, 0, 0); in lv_example_chart_2()
/lvgl-latest/examples/others/snapshot/
Dlv_example_snapshot_1.c43 lv_obj_set_style_radius(container, 50, 0); in lv_example_snapshot_1()

123