Searched refs:LV_ALIGN_OUT_BOTTOM_MID (Results 1 – 10 of 10) sorted by relevance
/lvgl-latest/examples/widgets/slider/ |
D | lv_example_slider_1.c | 21 lv_obj_align_to(slider_label, slider, LV_ALIGN_OUT_BOTTOM_MID, 0, 10); in lv_example_slider_1() 30 lv_obj_align_to(slider_label, slider, LV_ALIGN_OUT_BOTTOM_MID, 0, 10); in slider_event_cb()
|
/lvgl-latest/examples/widgets/img/ |
D | lv_example_img_1.c | 14 lv_obj_align_to(img2, img1, LV_ALIGN_OUT_BOTTOM_MID, 0, 20); in lv_example_img_1()
|
/lvgl-latest/examples/layouts/flex/ |
D | lv_example_flex_1.c | 18 lv_obj_align_to(cont_col, cont_row, LV_ALIGN_OUT_BOTTOM_MID, 0, 5); in lv_example_flex_1()
|
/lvgl-latest/examples/scroll/ |
D | lv_example_scroll_2.c | 53 lv_obj_align_to(label, sw, LV_ALIGN_OUT_BOTTOM_MID, 0, 5); in lv_example_scroll_2()
|
/lvgl-latest/examples/widgets/chart/ |
D | lv_example_chart_5.c | 90 lv_obj_align_to(slider, chart, LV_ALIGN_OUT_BOTTOM_MID, 0, 20); in lv_example_chart_5()
|
/lvgl-latest/src/misc/ |
D | lv_area.h | 67 LV_ALIGN_OUT_BOTTOM_MID, enumerator
|
D | lv_area.c | 475 case LV_ALIGN_OUT_BOTTOM_MID: in lv_area_align()
|
/lvgl-latest/docs/widgets/ |
D | obj.md | 41 For example, to align a text below an image: `lv_obj_align_to(text, image, LV_ALIGN_OUT_BOTTOM_MID,…
|
/lvgl-latest/docs/overview/ |
D | coords.md | 134 - `LV_ALIGN_OUT_BOTTOM_MID`
|
/lvgl-latest/src/core/ |
D | lv_obj_pos.c | 434 case LV_ALIGN_OUT_BOTTOM_MID: in lv_obj_align_to()
|