Home
last modified time | relevance | path

Searched refs:lv_indev_get_scroll_dir (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/core/
Dlv_indev.h122 lv_dir_t lv_indev_get_scroll_dir(const lv_indev_t * indev);
Dlv_obj_scroll.c477 (sm == LV_SCROLLBAR_MODE_ACTIVE && lv_indev_get_scroll_dir(indev) == LV_DIR_VER))) { in lv_obj_get_scrollbar_area()
485 (sm == LV_SCROLLBAR_MODE_ACTIVE && lv_indev_get_scroll_dir(indev) == LV_DIR_HOR))) { in lv_obj_get_scrollbar_area()
Dlv_indev.c251 lv_dir_t lv_indev_get_scroll_dir(const lv_indev_t * indev) in lv_indev_get_scroll_dir() function