Home
last modified time | relevance | path

Searched refs:LV_ALIGN_LEFT_MID (Results 1 – 25 of 45) sorted by relevance

12

/lvgl-latest/demos/ebike/
Dlv_demo_ebike_home.c183 lv_obj_align(scale, LV_ALIGN_LEFT_MID, 0, 0); in left_cont_create()
187 lv_obj_align(scale, LV_ALIGN_LEFT_MID, 0, 0); in left_cont_create()
194 lv_obj_align(arc, LV_ALIGN_LEFT_MID, 82, 0); in left_cont_create()
197 lv_obj_align(arc, LV_ALIGN_LEFT_MID, 52, 0); in left_cont_create()
217 lv_obj_align(obj, LV_ALIGN_LEFT_MID, -10, 0); in left_cont_create()
223 lv_obj_align(obj, LV_ALIGN_LEFT_MID, -10, 0); in left_cont_create()
242 lv_obj_align(dashboard_center_cont, LV_ALIGN_LEFT_MID, 32, 0); in left_cont_create()
245 lv_obj_align(dashboard_center_cont, LV_ALIGN_LEFT_MID, 0, 0); in left_cont_create()
277 lv_obj_align(roller_1, LV_ALIGN_LEFT_MID, 0, 0); in left_cont_create()
283 lv_obj_align(roller_10, LV_ALIGN_LEFT_MID, 50, 0); in left_cont_create()
[all …]
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_list.c188 lv_obj_set_align(icon, LV_ALIGN_LEFT_MID); in add_external_app()
198 lv_obj_set_align(label, LV_ALIGN_LEFT_MID); in add_external_app()
229 lv_obj_set_align(icon, LV_ALIGN_LEFT_MID); in add_app_list()
239 lv_obj_set_align(label, LV_ALIGN_LEFT_MID); in add_app_list()
Dlv_demo_smartwatch_settings.c104 lv_obj_set_align(slider, LV_ALIGN_LEFT_MID); in lv_demo_smartwatch_settings_add_slider()
111 lv_obj_set_align(icon, LV_ALIGN_LEFT_MID); in lv_demo_smartwatch_settings_add_slider()
152 lv_obj_set_align(icon, LV_ALIGN_LEFT_MID); in lv_demo_smartwatch_settings_add_toggle()
162 lv_obj_set_align(toggle, LV_ALIGN_LEFT_MID); in lv_demo_smartwatch_settings_add_toggle()
212 lv_obj_set_align(dropdown, LV_ALIGN_LEFT_MID); in lv_demo_smartwatch_settings_add_dropdown()
227 lv_obj_set_align(icon, LV_ALIGN_LEFT_MID); in lv_demo_smartwatch_settings_add_dropdown()
/lvgl-latest/examples/libs/gif/
Dlv_example_gif_1.c14 lv_obj_align(img, LV_ALIGN_LEFT_MID, 20, 0); in lv_example_gif_1()
/lvgl-latest/examples/libs/lodepng/
Dlv_example_lodepng_1.c14 lv_obj_align(img, LV_ALIGN_LEFT_MID, 20, 0); in lv_example_lodepng_1()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_obj_flags.c42 lv_obj_align(obj_child_1, LV_ALIGN_LEFT_MID, -100, 0); in test_obj_flag_overflow_visible_1()
46 lv_obj_align(btn_1, LV_ALIGN_LEFT_MID, -75, 0); in test_obj_flag_overflow_visible_1()
Dtest_dropdown.c380 lv_obj_align(dd2, LV_ALIGN_LEFT_MID, 150, 50); in test_dropdown_render_2()
387 lv_obj_align(dd3, LV_ALIGN_LEFT_MID, 300, -10); in test_dropdown_render_2()
393 lv_obj_align(dd4, LV_ALIGN_LEFT_MID, 450, 10); in test_dropdown_render_2()
403 lv_obj_align(dd5, LV_ALIGN_LEFT_MID, 650, -200); in test_dropdown_render_2()
/lvgl-latest/examples/libs/libpng/
Dlv_example_libpng_1.c16 lv_obj_align(img, LV_ALIGN_LEFT_MID, 10, 0); in lv_example_libpng_1()
/lvgl-latest/examples/widgets/label/
Dlv_example_label_3.c21 lv_obj_align(rtl_label, LV_ALIGN_LEFT_MID, 5, 0); in lv_example_label_3()
/lvgl-latest/examples/widgets/dropdown/
Dlv_example_dropdown_2.c29 lv_obj_align(dd, LV_ALIGN_LEFT_MID, 10, 0); in lv_example_dropdown_2()
/lvgl-latest/examples/anim/
Dlv_example_anim_2.c24 lv_obj_align(obj, LV_ALIGN_LEFT_MID, 10, 0); in lv_example_anim_2()
/lvgl-latest/demos/transform/
Dlv_demo_transform.c135 lv_obj_align(btn_img, LV_ALIGN_LEFT_MID, 30, 0); in card_create()
139 lv_obj_align(btn_label, LV_ALIGN_LEFT_MID, 60, 1); in card_create()
/lvgl-latest/examples/widgets/scale/
Dlv_example_scale_8.c16 lv_obj_align(scale_line, LV_ALIGN_LEFT_MID, LV_PCT(2), 0); in lv_example_scale_8()
Dlv_example_scale_3.c32 lv_obj_align(scale_line, LV_ALIGN_LEFT_MID, LV_PCT(2), 0); in lv_example_scale_3()
/lvgl-latest/src/
Dlv_conf_kconfig.h119 # define CONFIG_LV_USE_PERF_MONITOR_POS LV_ALIGN_LEFT_MID
139 # define CONFIG_LV_USE_MEM_MONITOR_POS LV_ALIGN_LEFT_MID
/lvgl-latest/examples/others/gridnav/
Dlv_example_gridnav_4.c22 lv_obj_align(list, LV_ALIGN_LEFT_MID, 10, 0); in lv_example_gridnav_4()
Dlv_example_gridnav_2.c15 lv_obj_align(list1, LV_ALIGN_LEFT_MID, 5, 0); in lv_example_gridnav_2()
/lvgl-latest/examples/styles/
Dlv_example_style_11.c33 lv_obj_align(obj_base, LV_ALIGN_LEFT_MID, 20, 0); in lv_example_style_11()
/lvgl-latest/demos/multilang/
Dlv_demo_multilang.c309 lv_obj_align(hide_label, LV_ALIGN_LEFT_MID, 10, 0); in card_create()
342 lv_obj_align(btn_img, LV_ALIGN_LEFT_MID, 30, 0); in card_create()
346 lv_obj_align(btn_label, LV_ALIGN_LEFT_MID, 60, 1); in card_create()
/lvgl-latest/examples/widgets/image/
Dlv_example_image_2.c26 lv_obj_align(red_slider, LV_ALIGN_LEFT_MID, 25, 0); in lv_example_image_2()
/lvgl-latest/examples/widgets/roller/
Dlv_example_roller_2.c41 lv_obj_align(roller, LV_ALIGN_LEFT_MID, 10, 0); in lv_example_roller_2()
/lvgl-latest/tests/src/test_cases/
Dtest_margin_align.c73 lv_obj_align(obj0s[4], LV_ALIGN_LEFT_MID, 0, 0); in test_align()
/lvgl-latest/examples/widgets/table/
Dlv_example_table_2.c42 lv_area_align(&sw_area, &knob_area, LV_ALIGN_LEFT_MID, 3, 0); in draw_event_cb()
/lvgl-latest/examples/others/file_explorer/
Dlv_example_file_explorer_2.c124 lv_obj_align(btn, LV_ALIGN_LEFT_MID, 0, 0); in lv_example_file_explorer_2()
/lvgl-latest/examples/scroll/
Dlv_example_scroll_7.c109 lv_obj_align(checkbox, LV_ALIGN_LEFT_MID, 10, 0); in lv_example_scroll_7()

12