Home
last modified time | relevance | path

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

12

/lvgl-latest/demos/music/
Dlv_demo_music.c226 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/
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/widgets/calendar/
Dlv_example_calendar_2.c8 lv_obj_align(calendar, LV_ALIGN_TOP_MID, 0, 0); in lv_example_calendar_2()
/lvgl-latest/examples/widgets/keyboard/
Dlv_example_keyboard_2.c29 lv_obj_align(ta, LV_ALIGN_TOP_MID, 0, 10); in lv_example_keyboard_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.c48 lv_obj_align(btn, LV_ALIGN_TOP_MID, 0, 20); in lv_example_style_14()
/lvgl-latest/src/
Dlv_conf_kconfig.h109 # 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/
Dlv_example_textarea_1.c27 lv_obj_align(ta, LV_ALIGN_TOP_MID, 0, 10); in lv_example_textarea_1()
/lvgl-latest/examples/anim/
Dlv_example_anim_timeline_1.c63 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/
Dtest_margin_align.c56 lv_obj_align(obj0s[0], LV_ALIGN_TOP_MID, 0, 0); in test_align()
/lvgl-latest/examples/others/observer/
Dlv_example_observer_4.c115 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/
Dlv_example_gridnav_5.c36 lv_obj_align(cont, LV_ALIGN_TOP_MID, 0, 0); in lv_example_gridnav_5()
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_notifications.c321 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()
Dlv_demo_smartwatch.c420 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()
Dlv_demo_smartwatch_home.c299 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()
Dlv_demo_smartwatch_list.c252 lv_obj_set_align(app_list, LV_ALIGN_TOP_MID); in create_screen_list()
Dlv_demo_smartwatch_settings.c475 lv_obj_set_align(settings_list, LV_ALIGN_TOP_MID); in create_screen_settings()
/lvgl-latest/src/others/xml/
Dlv_xml_base_types.c54 if(lv_streq("top_mid", txt)) return LV_ALIGN_TOP_MID; in lv_xml_align_to_enum()
/lvgl-latest/src/misc/
Dlv_area.h54 LV_ALIGN_TOP_MID, enumerator
/lvgl-latest/env_support/pikascript/
Dpika_lvgl.c50 obj_setInt(self, "TOP_MID", LV_ALIGN_TOP_MID); in pika_lvgl_ALIGN___init__()
/lvgl-latest/src/core/
Dlv_obj_pos.c366 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/
Dtest_freetype.c455 lv_obj_align(label0, LV_ALIGN_TOP_MID, 0, 10); in test_freetype_bitmap_rendering_test()
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_thermostat.c512 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/
Dlv_demo_ebike_home.c381 lv_obj_align(cont, LV_ALIGN_TOP_MID, 0, 0); in bullets_create()

12