Searched refs:LV_ALIGN_TOP_MID (Results 1 – 17 of 17) sorted by relevance
/lvgl-latest/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-latest/src/ |
D | lv_conf_kconfig.h | 51 # 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/ |
D | lv_demo_music.c | 246 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()
|
D | lv_demo_music_main.c | 444 lv_obj_align(wave_top, LV_ALIGN_TOP_MID, 0, 0); in create_wave_images()
|
/lvgl-latest/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 | 17 lv_obj_align(dd, LV_ALIGN_TOP_MID, 0, 10); in lv_example_dropdown_2()
|
/lvgl-latest/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-latest/examples/styles/ |
D | lv_example_style_14.c | 47 lv_obj_align(btn, LV_ALIGN_TOP_MID, 0, 20); in lv_example_style_14()
|
/lvgl-latest/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-latest/src/misc/ |
D | lv_area.h | 54 LV_ALIGN_TOP_MID, enumerator
|
D | lv_area.c | 421 case LV_ALIGN_TOP_MID: in lv_area_align()
|
/lvgl-latest/src/core/ |
D | lv_obj_pos.c | 380 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/ |
D | coords.md | 104 - `LV_ALIGN_TOP_MID`
|
/lvgl-latest/src/widgets/ |
D | lv_dropdown.c | 545 lv_obj_align(label, LV_ALIGN_TOP_MID, 0, 0); in lv_dropdown_open()
|
D | lv_textarea.c | 556 lv_obj_align(lv_textarea_get_label(obj), LV_ALIGN_TOP_MID, 0, 0); in lv_textarea_set_align()
|
/lvgl-latest/src/draw/sdl/ |
D | lv_draw_sdl_rect.c | 506 lv_area_align(coords, &part_coords, LV_ALIGN_TOP_MID, 0, 0); in draw_bg_grad_radius()
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 790 lv_obj_align(mbps_label, LV_ALIGN_TOP_MID, 10, lv_pct(55)); in analytics_create()
|