Home
last modified time | relevance | path

Searched refs:LV_ALIGN_TOP_MID (Results 1 – 17 of 17) sorted by relevance

/lvgl-latest/examples/anim/
Dlv_example_anim_timeline_1.c148 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-latest/src/
Dlv_conf_kconfig.h51 # define CONFIG_LV_USE_PERF_MONITOR_POS LV_ALIGN_TOP_MID
71 # define CONFIG_LV_USE_MEM_MONITOR_POS LV_ALIGN_TOP_MID
/lvgl-latest/demos/music/
Dlv_demo_music.c246 lv_obj_align(dsc, LV_ALIGN_TOP_MID, 0, 90); in auto_step_cb()
253 lv_obj_align(num, LV_ALIGN_TOP_MID, 0, 120); in auto_step_cb()
Dlv_demo_music_main.c444 lv_obj_align(wave_top, LV_ALIGN_TOP_MID, 0, 0); in create_wave_images()
/lvgl-latest/examples/widgets/dropdown/
Dlv_example_dropdown_1.c31 lv_obj_align(dd, LV_ALIGN_TOP_MID, 0, 20); in lv_example_dropdown_1()
Dlv_example_dropdown_2.c17 lv_obj_align(dd, LV_ALIGN_TOP_MID, 0, 10); in lv_example_dropdown_2()
/lvgl-latest/examples/layouts/flex/
Dlv_example_flex_1.c12 lv_obj_align(cont_row, LV_ALIGN_TOP_MID, 0, 5); in lv_example_flex_1()
/lvgl-latest/examples/styles/
Dlv_example_style_14.c47 lv_obj_align(btn, LV_ALIGN_TOP_MID, 0, 20); in lv_example_style_14()
/lvgl-latest/examples/widgets/textarea/
Dlv_example_textarea_1.c26 lv_obj_align(ta, LV_ALIGN_TOP_MID, 0, 10); in lv_example_textarea_1()
/lvgl-latest/src/misc/
Dlv_area.h54 LV_ALIGN_TOP_MID, enumerator
Dlv_area.c421 case LV_ALIGN_TOP_MID: in lv_area_align()
/lvgl-latest/src/core/
Dlv_obj_pos.c380 case LV_ALIGN_TOP_MID: in lv_obj_align_to()
672 case LV_ALIGN_TOP_MID: in lv_obj_refr_pos()
1095 case LV_ALIGN_TOP_MID: in calc_content_height()
/lvgl-latest/docs/overview/
Dcoords.md104 - `LV_ALIGN_TOP_MID`
/lvgl-latest/src/widgets/
Dlv_dropdown.c545 lv_obj_align(label, LV_ALIGN_TOP_MID, 0, 0); in lv_dropdown_open()
Dlv_textarea.c556 lv_obj_align(lv_textarea_get_label(obj), LV_ALIGN_TOP_MID, 0, 0); in lv_textarea_set_align()
/lvgl-latest/src/draw/sdl/
Dlv_draw_sdl_rect.c506 lv_area_align(coords, &part_coords, LV_ALIGN_TOP_MID, 0, 0); in draw_bg_grad_radius()
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c790 lv_obj_align(mbps_label, LV_ALIGN_TOP_MID, 10, lv_pct(55)); in analytics_create()