Searched refs:LV_ALIGN_TOP_MID (Results 1 – 15 of 15) sorted by relevance
/lvgl-3.4.0/demos/music/ |
D | lv_demo_music.c | 223 lv_obj_align(dsc, LV_ALIGN_TOP_MID, 0, 90); in auto_step_cb() 230 lv_obj_align(num, LV_ALIGN_TOP_MID, 0, 120); in auto_step_cb()
|
D | lv_demo_music_main.c | 428 lv_obj_align(wave_top, LV_ALIGN_TOP_MID, 0, 0); in create_wave_images()
|
/lvgl-3.4.0/examples/anim/ |
D | lv_example_anim_timeline_1.c | 148 lv_obj_align(btn_start, LV_ALIGN_TOP_MID, -100, 20); in lv_example_anim_timeline_1() 158 lv_obj_align(btn_del, LV_ALIGN_TOP_MID, 0, 20); in lv_example_anim_timeline_1() 168 lv_obj_align(btn_stop, LV_ALIGN_TOP_MID, 100, 20); in lv_example_anim_timeline_1()
|
/lvgl-3.4.0/src/ |
D | lv_conf_kconfig.h | 141 # define CONFIG_LV_USE_PERF_MONITOR_POS LV_ALIGN_TOP_MID 161 # define CONFIG_LV_USE_MEM_MONITOR_POS LV_ALIGN_TOP_MID
|
/lvgl-3.4.0/examples/widgets/dropdown/ |
D | lv_example_dropdown_1.c | 31 lv_obj_align(dd, LV_ALIGN_TOP_MID, 0, 20); in lv_example_dropdown_1()
|
D | lv_example_dropdown_2.c | 18 lv_obj_align(dd, LV_ALIGN_TOP_MID, 0, 10); in lv_example_dropdown_2()
|
/lvgl-3.4.0/examples/layouts/flex/ |
D | lv_example_flex_1.c | 12 lv_obj_align(cont_row, LV_ALIGN_TOP_MID, 0, 5); in lv_example_flex_1()
|
/lvgl-3.4.0/examples/styles/ |
D | lv_example_style_14.c | 50 lv_obj_align(btn, LV_ALIGN_TOP_MID, 0, 20); in lv_example_style_14()
|
/lvgl-3.4.0/examples/widgets/textarea/ |
D | lv_example_textarea_1.c | 26 lv_obj_align(ta, LV_ALIGN_TOP_MID, 0, 10); in lv_example_textarea_1()
|
/lvgl-3.4.0/src/misc/ |
D | lv_area.h | 54 LV_ALIGN_TOP_MID, enumerator
|
D | lv_area.c | 349 case LV_ALIGN_TOP_MID: in lv_area_align()
|
/lvgl-3.4.0/src/core/ |
D | lv_obj_pos.c | 377 case LV_ALIGN_TOP_MID: in lv_obj_align_to() 670 case LV_ALIGN_TOP_MID: in lv_obj_refr_pos() 1058 case LV_ALIGN_TOP_MID: in calc_content_height()
|
/lvgl-3.4.0/docs/overview/ |
D | coords.md | 108 - `LV_ALIGN_TOP_MID`
|
/lvgl-3.4.0/src/widgets/ |
D | lv_textarea.c | 567 lv_obj_align(lv_textarea_get_label(obj), LV_ALIGN_TOP_MID, 0, 0); in lv_textarea_set_align()
|
/lvgl-3.4.0/demos/widgets/ |
D | lv_demo_widgets.c | 768 lv_obj_align(mbps_label, LV_ALIGN_TOP_MID, 10, lv_pct(55)); in analytics_create()
|