Home
last modified time | relevance | path

Searched refs:LV_DIR_NONE (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/misc/
Dlv_area.h79 LV_DIR_NONE = 0x00, enumerator
/lvgl-latest/src/core/
Dlv_indev_scroll.c113 if(proc->types.pointer.scroll_dir == LV_DIR_NONE) return; in _lv_indev_scroll_throw_handler()
209 proc->types.pointer.scroll_dir = LV_DIR_NONE; in _lv_indev_scroll_throw_handler()
258 lv_dir_t dir_candidate = LV_DIR_NONE; in find_scroll_obj()
Dlv_indev.c877 proc->types.pointer.scroll_dir = LV_DIR_NONE; in indev_proc_press()
878 proc->types.pointer.gesture_dir = LV_DIR_NONE; in indev_proc_press()
1035 indev->proc.types.pointer.scroll_dir = LV_DIR_NONE; in indev_proc_reset_query_handler()
/lvgl-latest/docs/widgets/extra/
Dchart.md119 The possible values of `dir` `LV_DIR_NONE/RIGHT/UP/LEFT/DOWN/HOR/VER/ALL` or their OR-ed values to…