Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/misc/
Dlv_area.h79 LV_DIR_NONE = 0x00, enumerator
/lvgl-3.6.0/src/core/
Dlv_indev_scroll.c116 if(proc->types.pointer.scroll_dir == LV_DIR_NONE) return; in _lv_indev_scroll_throw_handler()
212 proc->types.pointer.scroll_dir = LV_DIR_NONE; in _lv_indev_scroll_throw_handler()
261 lv_dir_t dir_candidate = LV_DIR_NONE; in find_scroll_obj()
Dlv_indev.c878 proc->types.pointer.scroll_dir = LV_DIR_NONE; in indev_proc_press()
879 proc->types.pointer.gesture_dir = LV_DIR_NONE; in indev_proc_press()
1037 indev->proc.types.pointer.scroll_dir = LV_DIR_NONE; in indev_proc_reset_query_handler()
/lvgl-3.6.0/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…