Home
last modified time | relevance | path

Searched refs:LV_ALIGN_OUT_BOTTOM_LEFT (Results 1 – 8 of 8) sorted by relevance

/lvgl-latest/examples/others/ime/
Dlv_example_ime_pinyin_1.c53 lv_obj_align_to(cz_label, ta1, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 0); in lv_example_ime_pinyin_1()
Dlv_example_ime_pinyin_2.c55 lv_obj_align_to(cz_label, ta1, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 0); in lv_example_ime_pinyin_2()
/lvgl-latest/src/misc/
Dlv_area.h66 LV_ALIGN_OUT_BOTTOM_LEFT, enumerator
Dlv_area.c470 case LV_ALIGN_OUT_BOTTOM_LEFT: in lv_area_align()
/lvgl-latest/docs/overview/
Dcoords.md133 - `LV_ALIGN_OUT_BOTTOM_LEFT`
/lvgl-latest/demos/benchmark/
Dlv_demo_benchmark.c684 lv_obj_align_to(subtitle, title, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 0); in benchmark_init()
/lvgl-latest/src/widgets/
Dlv_dropdown.c519 …= LV_DIR_BOTTOM) lv_obj_align_to(dropdown->list, dropdown_obj, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 0); in lv_dropdown_open()
/lvgl-latest/src/core/
Dlv_obj_pos.c429 case LV_ALIGN_OUT_BOTTOM_LEFT: in lv_obj_align_to()