Searched refs:LV_DIR_NONE (Results 1 – 4 of 4) sorted by relevance
79 LV_DIR_NONE = 0x00, enumerator
113 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()
877 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()
119 The possible values of `dir` `LV_DIR_NONE/RIGHT/UP/LEFT/DOWN/HOR/VER/ALL` or their OR-ed values to…