Searched refs:DOWN (Results 1 – 2 of 2) sorted by relevance
25 enum SwipeDirection { UP, DOWN, RIGHT, LEFT }; enumerator
50 direction = dy < 0 ? UP : DOWN; in detect()