Home
last modified time | relevance | path

Searched refs:LV_ALIGN_OUT_BOTTOM_LEFT (Results 1 – 12 of 12) 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.c380 case LV_ALIGN_OUT_BOTTOM_LEFT: in lv_area_align()
/lvgl-latest/env_support/pikascript/
Dpika_lvgl.c60 obj_setInt(self, "OUT_BOTTOM_LEFT", LV_ALIGN_OUT_BOTTOM_LEFT); in pika_lvgl_ALIGN___init__()
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_about.c78 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()
Dlv_demo_high_res_app_ev_charging.c123 lv_obj_align_to(app_info, top_margin, LV_ALIGN_OUT_BOTTOM_LEFT, 0, c->sz->gap[7]); in lv_demo_high_res_app_ev_charging()
Dlv_demo_high_res_app_smart_meter.c102 lv_obj_align_to(app_info, top_margin, LV_ALIGN_OUT_BOTTOM_LEFT, 0, c->sz->gap[7]); in lv_demo_high_res_app_smart_meter()
Dlv_demo_high_res_app_thermostat.c89 lv_obj_align_to(app_info, top_margin, LV_ALIGN_OUT_BOTTOM_LEFT, 0, c->sz->gap[7]); in lv_demo_high_res_app_thermostat()
/lvgl-latest/src/core/
Dlv_obj_pos.c415 case LV_ALIGN_OUT_BOTTOM_LEFT: in lv_obj_align_to()
/lvgl-latest/src/widgets/dropdown/
Dlv_dropdown.c581 …= LV_DIR_BOTTOM) lv_obj_align_to(dropdown->list, dropdown_obj, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 0); in lv_dropdown_open()
/lvgl-latest/docs/details/base-widget/
Dcoord.rst266 - :cpp:enumerator:`LV_ALIGN_OUT_BOTTOM_LEFT`