/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_tabview.c | 86 lv_tabview_set_tab_bar_position(tabview, LV_DIR_TOP); in test_tabview_add_one_tab_empty() 108 lv_tabview_set_tab_bar_position(tabview, LV_DIR_TOP); in test_tabview_add_one_tab_no_scroll() 123 lv_tabview_set_tab_bar_position(tabview, LV_DIR_TOP); in test_tabview_add_one_tab_with_scroll() 151 lv_tabview_set_tab_bar_position(tabview, LV_DIR_TOP); in test_tabview_add_several_tabs_no_scroll() 171 lv_tabview_set_tab_bar_position(tabview, LV_DIR_TOP); in test_tabview_rename_tab() 192 lv_tabview_set_tab_bar_position(tabview, LV_DIR_TOP); in test_tabview_add_several_tabs_hor() 239 lv_tabview_set_tab_bar_position(tabview, LV_DIR_TOP); in test_tabview_tab2_selected_event() 257 lv_tabview_set_tab_bar_position(tabview, LV_DIR_TOP); in test_tabview_update_on_external_scroll()
|
D | test_dropdown.c | 394 lv_dropdown_set_dir(dd4, LV_DIR_TOP); in test_dropdown_render_2() 401 lv_dropdown_set_dir(dd5, LV_DIR_TOP); in test_dropdown_render_2()
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch.c | 263 lv_demo_obj_set_hidden(hint_up, (dir & LV_DIR_TOP) != LV_DIR_TOP); in lv_demo_smartwatch_show_scroll_hint() 324 lv_demo_smartwatch_show_scroll_hint(LV_DIR_TOP | LV_DIR_BOTTOM); in home_tileview_event_cb() 341 lv_demo_smartwatch_show_scroll_hint(LV_DIR_TOP | LV_DIR_BOTTOM); in home_tileview_event_cb() 352 … if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_TOP) { in home_tileview_event_cb() 362 …e if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) != LV_DIR_TOP) { in home_tileview_event_cb() 363 lv_demo_smartwatch_show_scroll_hint(LV_DIR_TOP | LV_DIR_BOTTOM); in home_tileview_event_cb()
|
D | lv_demo_smartwatch_weather.c | 337 weather_hourly_panel = lv_tileview_add_tile(weather_screen, 0, 1, LV_DIR_TOP); in create_screen_weather() 391 lv_demo_smartwatch_show_scroll_hint(LV_DIR_TOP | LV_DIR_BOTTOM | LV_DIR_RIGHT); in weather_screen_event_cb() 402 lv_demo_smartwatch_show_scroll_hint(LV_DIR_TOP | LV_DIR_BOTTOM | LV_DIR_RIGHT); in weather_screen_event_cb() 409 lv_demo_smartwatch_show_scroll_hint(LV_DIR_TOP); in weather_screen_event_cb() 432 lv_demo_smartwatch_show_scroll_hint(LV_DIR_TOP | LV_DIR_BOTTOM | LV_DIR_RIGHT); in weather_screen_event_cb() 445 lv_demo_smartwatch_show_scroll_hint(LV_DIR_TOP); in weather_screen_event_cb()
|
D | lv_demo_smartwatch_qr.c | 193 … if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_TOP) { in qr_screen_event_cb()
|
D | lv_demo_smartwatch_home.c | 103 home_panel = lv_tileview_add_tile(parent, 0, 1, LV_DIR_TOP | LV_DIR_RIGHT); in lv_demo_smartwatch_home_create() 126 … if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_TOP) { in lv_demo_smartwatch_face_events_cb()
|
D | lv_demo_smartwatch_notifications.c | 291 … if(event_code == LV_EVENT_GESTURE && (lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_TOP || in notification_screen_events_cb()
|
/lvgl-latest/src/misc/ |
D | lv_area.h | 81 LV_DIR_TOP = (1 << 2), enumerator 84 LV_DIR_VER = LV_DIR_TOP | LV_DIR_BOTTOM,
|
/lvgl-latest/examples/widgets/tileview/ |
D | lv_example_tileview_1.c | 20 lv_obj_t * tile2 = lv_tileview_add_tile(tv, 0, 1, LV_DIR_TOP | LV_DIR_RIGHT); in lv_example_tileview_1()
|
/lvgl-latest/src/widgets/tabview/ |
D | lv_tabview.c | 161 case LV_DIR_TOP: in lv_tabview_set_tab_bar_position() 184 case LV_DIR_TOP: in lv_tabview_set_tab_bar_position() 282 lv_tabview_set_tab_bar_position(obj, LV_DIR_TOP); in lv_tabview_constructor()
|
/lvgl-latest/src/others/xml/ |
D | lv_xml_base_types.c | 70 if(lv_streq("top", txt)) return LV_DIR_TOP; in lv_xml_dir_to_enum()
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown.c | 536 (dropdown->dir == LV_DIR_TOP || dropdown->dir == LV_DIR_BOTTOM)) { in lv_dropdown_open() 554 dir = LV_DIR_TOP; in lv_dropdown_open() 563 else if(dropdown->dir == LV_DIR_TOP) { in lv_dropdown_open() 582 …else if(dir == LV_DIR_TOP) lv_obj_align_to(dropdown->list, dropdown_obj, LV_ALIGN_OUT_TOP_LEFT, … in lv_dropdown_open()
|
/lvgl-latest/docs/details/base-widget/ |
D | scroll.rst | 135 - :cpp:enumerator:`LV_DIR_TOP`: only scroll up 143 OR-ed values are also possible. E.g. :cpp:expr:`LV_DIR_TOP | LV_DIR_LEFT`.
|
/lvgl-latest/src/indev/ |
D | lv_indev_scroll.c | 112 if((scroll_dir & LV_DIR_TOP) == 0 && diff_y > 0) diff_y = 0; in lv_indev_scroll_handler() 346 if((scroll_dir & LV_DIR_TOP) == 0) up_en = false; in lv_indev_find_scroll_obj()
|
D | lv_indev.c | 1688 indev->pointer.gesture_dir = LV_DIR_TOP; in indev_gesture()
|
/lvgl-latest/src/others/file_explorer/ |
D | lv_file_explorer.c | 335 lv_obj_set_scroll_dir(explorer->file_table, LV_DIR_TOP | LV_DIR_BOTTOM); in lv_file_explorer_constructor()
|
/lvgl-latest/src/core/ |
D | lv_obj_scroll.c | 807 if((scroll_dir & LV_DIR_TOP) == 0 && y_scroll < 0) y_scroll = 0; in scroll_area_into_view()
|
/lvgl-latest/docs/details/main-components/ |
D | indev.rst | 104 case LV_DIR_TOP:
|
/lvgl-latest/src/widgets/chart/ |
D | lv_chart.c | 1243 line_dsc.p1.y = cursor->dir & LV_DIR_TOP ? obj->coords.y1 : cy; in draw_cursors()
|