Searched refs:LV_ALIGN_OUT_BOTTOM_LEFT (Results 1 – 12 of 12) sorted by relevance
/lvgl-latest/examples/others/ime/ |
D | lv_example_ime_pinyin_1.c | 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 | 55 lv_obj_align_to(cz_label, ta1, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 0); in lv_example_ime_pinyin_2()
|
/lvgl-latest/src/misc/ |
D | lv_area.h | 66 LV_ALIGN_OUT_BOTTOM_LEFT, enumerator
|
D | lv_area.c | 380 case LV_ALIGN_OUT_BOTTOM_LEFT: in lv_area_align()
|
/lvgl-latest/env_support/pikascript/ |
D | pika_lvgl.c | 60 obj_setInt(self, "OUT_BOTTOM_LEFT", LV_ALIGN_OUT_BOTTOM_LEFT); in pika_lvgl_ALIGN___init__()
|
/lvgl-latest/demos/high_res/ |
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()
|
D | lv_demo_high_res_app_ev_charging.c | 123 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()
|
D | lv_demo_high_res_app_smart_meter.c | 102 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()
|
D | lv_demo_high_res_app_thermostat.c | 89 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/ |
D | lv_obj_pos.c | 415 case LV_ALIGN_OUT_BOTTOM_LEFT: in lv_obj_align_to()
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown.c | 581 …= 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/ |
D | coord.rst | 266 - :cpp:enumerator:`LV_ALIGN_OUT_BOTTOM_LEFT`
|