/lvgl-latest/demos/music/ |
D | lv_demo_music.c | 226 lv_obj_align(dsc, LV_ALIGN_TOP_MID, 0, 90); in auto_step_cb() 235 lv_obj_align(num, LV_ALIGN_TOP_MID, 0, 120); in auto_step_cb()
|
/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/widgets/calendar/ |
D | lv_example_calendar_2.c | 8 lv_obj_align(calendar, LV_ALIGN_TOP_MID, 0, 0); in lv_example_calendar_2()
|
/lvgl-latest/examples/widgets/keyboard/ |
D | lv_example_keyboard_2.c | 29 lv_obj_align(ta, LV_ALIGN_TOP_MID, 0, 10); in lv_example_keyboard_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 | 48 lv_obj_align(btn, LV_ALIGN_TOP_MID, 0, 20); in lv_example_style_14()
|
/lvgl-latest/src/ |
D | lv_conf_kconfig.h | 109 # define CONFIG_LV_USE_PERF_MONITOR_POS LV_ALIGN_TOP_MID 129 # define CONFIG_LV_USE_MEM_MONITOR_POS LV_ALIGN_TOP_MID
|
/lvgl-latest/examples/widgets/textarea/ |
D | lv_example_textarea_1.c | 27 lv_obj_align(ta, LV_ALIGN_TOP_MID, 0, 10); in lv_example_textarea_1()
|
/lvgl-latest/examples/anim/ |
D | lv_example_anim_timeline_1.c | 63 lv_obj_align(btn_start, LV_ALIGN_TOP_MID, -100, 20); in lv_example_anim_timeline_1() 73 lv_obj_align(btn_pause, LV_ALIGN_TOP_MID, 100, 20); in lv_example_anim_timeline_1()
|
/lvgl-latest/tests/src/test_cases/ |
D | test_margin_align.c | 56 lv_obj_align(obj0s[0], LV_ALIGN_TOP_MID, 0, 0); in test_align()
|
/lvgl-latest/examples/others/observer/ |
D | lv_example_observer_4.c | 115 lv_obj_align(slider, LV_ALIGN_TOP_MID, 0, 10 + i * 30); in cont_observer_cb() 122 lv_obj_align(dropdown, LV_ALIGN_TOP_MID, 0, i * 50); in cont_observer_cb()
|
/lvgl-latest/examples/others/gridnav/ |
D | lv_example_gridnav_5.c | 36 lv_obj_align(cont, LV_ALIGN_TOP_MID, 0, 0); in lv_example_gridnav_5()
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_notifications.c | 321 lv_obj_set_align(message_panel, LV_ALIGN_TOP_MID); in create_screen_notifications() 363 lv_obj_set_align(message_list, LV_ALIGN_TOP_MID); in create_screen_notifications()
|
D | lv_demo_smartwatch.c | 420 lv_obj_set_align(dialog_panel, LV_ALIGN_TOP_MID); in create_dialog_window() 437 lv_obj_set_align(dialog_title, LV_ALIGN_TOP_MID); in create_dialog_window() 499 lv_obj_set_align(hint_up, LV_ALIGN_TOP_MID); in create_scroll_hints()
|
D | lv_demo_smartwatch_home.c | 299 lv_obj_set_align(face_preview, LV_ALIGN_TOP_MID); in lv_demo_smartwatch_add_watchface() 470 lv_obj_set_align(hint_up, LV_ALIGN_TOP_MID); in create_home_hints()
|
D | lv_demo_smartwatch_list.c | 252 lv_obj_set_align(app_list, LV_ALIGN_TOP_MID); in create_screen_list()
|
D | lv_demo_smartwatch_settings.c | 475 lv_obj_set_align(settings_list, LV_ALIGN_TOP_MID); in create_screen_settings()
|
/lvgl-latest/src/others/xml/ |
D | lv_xml_base_types.c | 54 if(lv_streq("top_mid", txt)) return LV_ALIGN_TOP_MID; in lv_xml_align_to_enum()
|
/lvgl-latest/src/misc/ |
D | lv_area.h | 54 LV_ALIGN_TOP_MID, enumerator
|
/lvgl-latest/env_support/pikascript/ |
D | pika_lvgl.c | 50 obj_setInt(self, "TOP_MID", LV_ALIGN_TOP_MID); in pika_lvgl_ALIGN___init__()
|
/lvgl-latest/src/core/ |
D | lv_obj_pos.c | 366 case LV_ALIGN_TOP_MID: in lv_obj_align_to() 661 case LV_ALIGN_TOP_MID: in lv_obj_refr_pos() 1202 case LV_ALIGN_TOP_MID: in calc_content_height()
|
/lvgl-latest/tests/src/test_cases/libs/ |
D | test_freetype.c | 455 lv_obj_align(label0, LV_ALIGN_TOP_MID, 0, 10); in test_freetype_bitmap_rendering_test()
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_thermostat.c | 512 lv_obj_set_align(scale, LV_ALIGN_TOP_MID); in create_widget3() 533 lv_obj_set_align(arc, LV_ALIGN_TOP_MID); in create_widget3()
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_home.c | 381 lv_obj_align(cont, LV_ALIGN_TOP_MID, 0, 0); in bullets_create()
|