Home
last modified time | relevance | path

Searched refs:LV_ALIGN_TOP_RIGHT (Results 1 – 15 of 15) sorted by relevance

/lvgl-latest/src/
Dlv_conf_kconfig.h111 # define CONFIG_LV_USE_PERF_MONITOR_POS LV_ALIGN_TOP_RIGHT
131 # define CONFIG_LV_USE_MEM_MONITOR_POS LV_ALIGN_TOP_RIGHT
/lvgl-latest/examples/widgets/keyboard/
Dlv_example_keyboard_1.c35 lv_obj_align(ta2, LV_ALIGN_TOP_RIGHT, -10, 10); in lv_example_keyboard_1()
/lvgl-latest/examples/scroll/
Dlv_example_scroll_2.c49 lv_obj_align(sw, LV_ALIGN_TOP_RIGHT, -20, 10); in lv_example_scroll_2()
/lvgl-latest/examples/widgets/textarea/
Dlv_example_textarea_2.c30 lv_obj_align(text_ta, LV_ALIGN_TOP_RIGHT, -5, 20); in lv_example_textarea_2()
/lvgl-latest/src/others/xml/
Dlv_xml_base_types.c55 if(lv_streq("top_right", txt)) return LV_ALIGN_TOP_RIGHT; in lv_xml_align_to_enum()
/lvgl-latest/src/core/
Dlv_obj_pos.c351 … if(lv_obj_get_style_base_dir(base, LV_PART_MAIN) == LV_BASE_DIR_RTL) align = LV_ALIGN_TOP_RIGHT; in lv_obj_align_to()
371 case LV_ALIGN_TOP_RIGHT: in lv_obj_align_to()
654 … if(lv_obj_get_style_base_dir(parent, LV_PART_MAIN) == LV_BASE_DIR_RTL) align = LV_ALIGN_TOP_RIGHT; in lv_obj_refr_pos()
664 case LV_ALIGN_TOP_RIGHT: in lv_obj_refr_pos()
1108 case LV_ALIGN_TOP_RIGHT: in calc_content_width()
1201 case LV_ALIGN_TOP_RIGHT: in calc_content_height()
/lvgl-latest/src/misc/
Dlv_area.h55 LV_ALIGN_TOP_RIGHT, enumerator
Dlv_area.c336 case LV_ALIGN_TOP_RIGHT: in lv_area_align()
/lvgl-latest/examples/others/observer/
Dlv_example_observer_3.c103 lv_obj_align(close_btn, LV_ALIGN_TOP_RIGHT, 0, 0); in set_btn_clicked_event_cb()
/lvgl-latest/examples/widgets/list/
Dlv_example_list_2.c138 lv_obj_align(list2, LV_ALIGN_TOP_RIGHT, 0, 0); in lv_example_list_2()
/lvgl-latest/env_support/pikascript/
Dpika_lvgl.c51 obj_setInt(self, "TOP_RIGHT", LV_ALIGN_TOP_RIGHT); in pika_lvgl_ALIGN___init__()
/lvgl-latest/src/widgets/dropdown/
Dlv_dropdown.c604 lv_obj_align(label, LV_ALIGN_TOP_RIGHT, 0, 0); in lv_dropdown_open()
/lvgl-latest/docs/details/base-widget/
Dcoord.rst229 - :cpp:enumerator:`LV_ALIGN_TOP_RIGHT`
/lvgl-latest/src/widgets/textarea/
Dlv_textarea.c658 lv_obj_align(lv_textarea_get_label(obj), LV_ALIGN_TOP_RIGHT, 0, 0); in lv_textarea_set_align()
/lvgl-latest/docs/details/base-widget/styles/
Dstyle-properties.rst141 …GN_DEFAULT` means `LV_ALIGN_TOP_LEFT` with LTR base direction and `LV_ALIGN_TOP_RIGHT` with RTL ba…