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