/lvgl-latest/examples/get_started/ |
D | lv_example_get_started_4.c | 12 lv_obj_align_to(label, slider, LV_ALIGN_OUT_TOP_MID, 0, -15); /*Align top of the slider*/ in slider_event_cb() 29 lv_obj_align_to(label, slider, LV_ALIGN_OUT_TOP_MID, 0, -15); /*Align top of the slider*/ in lv_example_get_started_4()
|
/lvgl-latest/examples/widgets/image/ |
D | lv_example_image_2.c | 27 lv_obj_align_to(green_slider, red_slider, LV_ALIGN_OUT_RIGHT_MID, 25, 0); in lv_example_image_2() 28 lv_obj_align_to(blue_slider, green_slider, LV_ALIGN_OUT_RIGHT_MID, 25, 0); in lv_example_image_2() 29 lv_obj_align_to(intense_slider, blue_slider, LV_ALIGN_OUT_RIGHT_MID, 25, 0); in lv_example_image_2()
|
D | lv_example_image_1.c | 13 lv_obj_align_to(img2, img1, LV_ALIGN_OUT_BOTTOM_MID, 0, 20); in lv_example_image_1()
|
/lvgl-latest/tests/src/test_cases/ |
D | test_margin_align.c | 57 lv_obj_align_to(obj0s[1], obj0s[0], LV_ALIGN_OUT_BOTTOM_MID, 0, 0); in test_align() 58 lv_obj_align_to(obj0s[2], obj0s[1], LV_ALIGN_OUT_RIGHT_MID, 0, 0); in test_align() 59 lv_obj_align_to(obj0s[3], obj0s[2], LV_ALIGN_OUT_BOTTOM_MID, 0, 0); in test_align()
|
/lvgl-latest/examples/widgets/bar/ |
D | lv_example_bar_5.c | 18 lv_obj_align_to(label, bar_ltr, LV_ALIGN_OUT_TOP_MID, 0, -5); in lv_example_bar_5() 28 lv_obj_align_to(label, bar_rtl, LV_ALIGN_OUT_TOP_MID, 0, -5); in lv_example_bar_5()
|
D | lv_example_bar_7.c | 19 lv_obj_align_to(label, bar_tob, LV_ALIGN_OUT_TOP_MID, 0, -5); in lv_example_bar_7()
|
/lvgl-latest/examples/widgets/slider/ |
D | lv_example_slider_1.c | 22 lv_obj_align_to(slider_label, slider, LV_ALIGN_OUT_BOTTOM_MID, 0, 10); in lv_example_slider_1() 31 lv_obj_align_to(slider_label, slider, LV_ALIGN_OUT_BOTTOM_MID, 0, 10); in slider_event_cb()
|
D | lv_example_slider_4.c | 22 lv_obj_align_to(slider_label, slider, LV_ALIGN_OUT_BOTTOM_MID, 0, 10); in lv_example_slider_4() 31 lv_obj_align_to(slider_label, slider, LV_ALIGN_OUT_BOTTOM_MID, 0, 10); in slider_event_cb()
|
/lvgl-latest/examples/widgets/spinbox/ |
D | lv_example_spinbox_1.c | 35 lv_obj_align_to(btn, spinbox, LV_ALIGN_OUT_RIGHT_MID, 5, 0); in lv_example_spinbox_1() 41 lv_obj_align_to(btn, spinbox, LV_ALIGN_OUT_LEFT_MID, -5, 0); in lv_example_spinbox_1()
|
/lvgl-latest/examples/others/ime/ |
D | lv_example_ime_pinyin_1.c | 45 lv_obj_align_to(cand_panel, kb, LV_ALIGN_OUT_TOP_MID, 0, 0); in lv_example_ime_pinyin_1() 53 lv_obj_align_to(cz_label, ta1, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 0); in lv_example_ime_pinyin_1()
|
D | lv_example_ime_pinyin_2.c | 47 lv_obj_align_to(cand_panel, kb, LV_ALIGN_OUT_TOP_MID, 0, 0); in lv_example_ime_pinyin_2() 55 lv_obj_align_to(cz_label, ta1, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 0); in lv_example_ime_pinyin_2()
|
/lvgl-latest/examples/widgets/textarea/ |
D | lv_example_textarea_2.c | 22 lv_obj_align_to(pwd_label, pwd_ta, LV_ALIGN_OUT_TOP_LEFT, 0, 0); in lv_example_textarea_2() 35 lv_obj_align_to(oneline_label, text_ta, LV_ALIGN_OUT_TOP_LEFT, 0, 0); in lv_example_textarea_2()
|
/lvgl-latest/examples/scroll/ |
D | lv_example_scroll_1.c | 95 lv_obj_align_to(save_button, panel, LV_ALIGN_OUT_LEFT_MID, -10, -20); in lv_example_scroll_1() 96 lv_obj_align_to(restore_button, panel, LV_ALIGN_OUT_LEFT_MID, -10, 20); in lv_example_scroll_1()
|
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/label/ |
D | lv_example_label_2.c | 33 lv_obj_align_to(shadow_label, main_label, LV_ALIGN_TOP_LEFT, 2, 2); in lv_example_label_2()
|
/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/widgets/chart/ |
D | lv_example_chart_6.c | 46 lv_obj_align_to(label, chart, LV_ALIGN_OUT_TOP_MID, 0, -5); in lv_example_chart_6()
|
/lvgl-latest/examples/libs/tiny_ttf/ |
D | lv_example_tiny_ttf_3.c | 32 lv_obj_align_to(slider_label, slider, LV_ALIGN_OUT_BOTTOM_MID, 0, 10); in lv_example_tiny_ttf_3()
|
/lvgl-latest/tests/src/test_cases/libs/ |
D | test_freetype.c | 461 lv_obj_align_to(label1, label0, LV_ALIGN_OUT_BOTTOM_MID, 0, 10); in test_freetype_bitmap_rendering_test() 467 lv_obj_align_to(label2, label1, LV_ALIGN_OUT_BOTTOM_MID, 0, 10); in test_freetype_bitmap_rendering_test() 477 lv_obj_align_to(label_emoji, label2, LV_ALIGN_OUT_BOTTOM_MID, 0, 10); in test_freetype_bitmap_rendering_test()
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_top_margin.c | 126 lv_obj_align_to(wifi, wifi_icon, LV_ALIGN_OUT_BOTTOM_RIGHT, 0, 0); in lv_demo_high_res_top_margin_create() 127 lv_obj_align_to(perfmon, health_icon, LV_ALIGN_OUT_BOTTOM_RIGHT, 0, 0); in lv_demo_high_res_top_margin_create() 128 lv_obj_align_to(settings, settings_icon, LV_ALIGN_OUT_BOTTOM_RIGHT, 0, 0); in lv_demo_high_res_top_margin_create()
|
D | lv_demo_high_res_app_about.c | 78 lv_obj_align_to(app_info, top_margin, LV_ALIGN_OUT_BOTTOM_LEFT, 0, c->sz->gap[7]); in lv_demo_high_res_app_about()
|
/lvgl-latest/src/core/ |
D | lv_obj_pos.h | 190 void lv_obj_align_to(lv_obj_t * obj, const lv_obj_t * base, lv_align_t align, int32_t x_ofs,
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown.c | 581 …if(dir == LV_DIR_BOTTOM) lv_obj_align_to(dropdown->list, dropdown_obj, LV_ALIGN_OUT_BOTTOM_LEF… in lv_dropdown_open() 582 …else if(dir == LV_DIR_TOP) lv_obj_align_to(dropdown->list, dropdown_obj, LV_ALIGN_OUT_TOP_LEFT, … in lv_dropdown_open() 583 …else if(dir == LV_DIR_LEFT) lv_obj_align_to(dropdown->list, dropdown_obj, LV_ALIGN_OUT_LEFT_TOP, … in lv_dropdown_open() 584 …else if(dir == LV_DIR_RIGHT) lv_obj_align_to(dropdown->list, dropdown_obj, LV_ALIGN_OUT_RIGHT_TOP,… in lv_dropdown_open()
|
/lvgl-latest/demos/stress/ |
D | lv_demo_stress.c | 140 lv_obj_align_to(ta, main_page, LV_ALIGN_OUT_RIGHT_TOP, 10, 10); in obj_test_task_cb()
|
/lvgl-latest/docs/details/base-widget/ |
D | coord.rst | 259 lv_obj_align_to(widget, reference_widget, align, x, y); 280 lv_obj_align_to(label, btn, LV_ALIGN_OUT_TOP_MID, 0, -10); 282 Note that, unlike with :cpp:func:`lv_obj_align`, :cpp:func:`lv_obj_align_to`
|