Searched refs:direction (Results 1 – 2 of 2) sorted by relevance
183 enum SwipeDirection { UP, DOWN, RIGHT, LEFT } direction; in OnTouchDetected() local189 direction = dx < 0 ? SwipeDirection::LEFT : SwipeDirection::RIGHT; in OnTouchDetected()191 direction = dy < 0 ? SwipeDirection::UP : SwipeDirection::DOWN; in OnTouchDetected()204 LOG(DEBUG) << "Swipe direction=" << direction; in OnTouchDetected()205 switch (direction) { in OnTouchDetected()
32 direction or management of such entity, whether by contract or