Searched refs:LV_ALIGN_LEFT_MID (Results 1 – 17 of 17) sorted by relevance
/lvgl-3.4.0/examples/libs/gif/ |
D | lv_example_gif_1.c | 14 lv_obj_align(img, LV_ALIGN_LEFT_MID, 20, 0); in lv_example_gif_1()
|
/lvgl-3.4.0/examples/libs/png/ |
D | lv_example_png_1.c | 14 lv_obj_align(img, LV_ALIGN_LEFT_MID, 20, 0); in lv_example_png_1()
|
/lvgl-3.4.0/src/ |
D | lv_conf_kconfig.h | 151 # define CONFIG_LV_USE_PERF_MONITOR_POS LV_ALIGN_LEFT_MID 171 # define CONFIG_LV_USE_MEM_MONITOR_POS LV_ALIGN_LEFT_MID
|
/lvgl-3.4.0/examples/widgets/label/ |
D | lv_example_label_3.c | 20 lv_obj_align(rtl_label, LV_ALIGN_LEFT_MID, 5, 0); in lv_example_label_3()
|
/lvgl-3.4.0/examples/widgets/dropdown/ |
D | lv_example_dropdown_2.c | 30 lv_obj_align(dd, LV_ALIGN_LEFT_MID, 10, 0); in lv_example_dropdown_2()
|
/lvgl-3.4.0/examples/anim/ |
D | lv_example_anim_2.c | 25 lv_obj_align(obj, LV_ALIGN_LEFT_MID, 10, 0); in lv_example_anim_2()
|
/lvgl-3.4.0/examples/others/gridnav/ |
D | lv_example_gridnav_4.c | 22 lv_obj_align(list, LV_ALIGN_LEFT_MID, 0, 10); in lv_example_gridnav_4()
|
D | lv_example_gridnav_2.c | 15 lv_obj_align(list1, LV_ALIGN_LEFT_MID, 5, 0); in lv_example_gridnav_2()
|
/lvgl-3.4.0/examples/styles/ |
D | lv_example_style_11.c | 33 lv_obj_align(obj_base, LV_ALIGN_LEFT_MID, 20, 0); in lv_example_style_11()
|
/lvgl-3.4.0/tests/src/test_cases/ |
D | test_dropdown.c | 381 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-3.4.0/examples/widgets/roller/ |
D | lv_example_roller_2.c | 35 lv_obj_align(roller, LV_ALIGN_LEFT_MID, 10, 0); in lv_example_roller_2()
|
/lvgl-3.4.0/examples/widgets/img/ |
D | lv_example_img_2.c | 27 lv_obj_align(red_slider, LV_ALIGN_LEFT_MID, 25, 0); in lv_example_img_2()
|
/lvgl-3.4.0/src/misc/ |
D | lv_area.h | 59 LV_ALIGN_LEFT_MID, enumerator
|
D | lv_area.c | 373 case LV_ALIGN_LEFT_MID: in lv_area_align()
|
/lvgl-3.4.0/src/core/ |
D | lv_obj_pos.c | 401 case LV_ALIGN_LEFT_MID: in lv_obj_align_to() 676 case LV_ALIGN_LEFT_MID: in lv_obj_refr_pos() 1008 case LV_ALIGN_LEFT_MID: in calc_content_width()
|
/lvgl-3.4.0/docs/overview/ |
D | coords.md | 113 - `LV_ALIGN_LEFT_MID`
|
/lvgl-3.4.0/demos/widgets/ |
D | lv_demo_widgets.c | 171 lv_obj_align(logo, LV_ALIGN_LEFT_MID, -LV_HOR_RES / 2 + 25, 0); in lv_demo_widgets()
|