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