Home
last modified time | relevance | path

Searched refs:LV_ALIGN_OUT_BOTTOM_MID (Results 1 – 10 of 10) sorted by relevance

/lvgl-latest/examples/widgets/slider/
Dlv_example_slider_1.c21 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/
Dlv_example_img_1.c14 lv_obj_align_to(img2, img1, LV_ALIGN_OUT_BOTTOM_MID, 0, 20); in lv_example_img_1()
/lvgl-latest/examples/layouts/flex/
Dlv_example_flex_1.c18 lv_obj_align_to(cont_col, cont_row, LV_ALIGN_OUT_BOTTOM_MID, 0, 5); in lv_example_flex_1()
/lvgl-latest/examples/scroll/
Dlv_example_scroll_2.c53 lv_obj_align_to(label, sw, LV_ALIGN_OUT_BOTTOM_MID, 0, 5); in lv_example_scroll_2()
/lvgl-latest/examples/widgets/chart/
Dlv_example_chart_5.c90 lv_obj_align_to(slider, chart, LV_ALIGN_OUT_BOTTOM_MID, 0, 20); in lv_example_chart_5()
/lvgl-latest/src/misc/
Dlv_area.h67 LV_ALIGN_OUT_BOTTOM_MID, enumerator
Dlv_area.c475 case LV_ALIGN_OUT_BOTTOM_MID: in lv_area_align()
/lvgl-latest/docs/widgets/
Dobj.md41 For example, to align a text below an image: `lv_obj_align_to(text, image, LV_ALIGN_OUT_BOTTOM_MID,…
/lvgl-latest/docs/overview/
Dcoords.md134 - `LV_ALIGN_OUT_BOTTOM_MID`
/lvgl-latest/src/core/
Dlv_obj_pos.c434 case LV_ALIGN_OUT_BOTTOM_MID: in lv_obj_align_to()