Home
last modified time | relevance | path

Searched refs:LEFT (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/
Dui.cpp176 enum SwipeDirection { UP, DOWN, RIGHT, LEFT } direction; in OnTouchDetected() enumerator
182 direction = dx < 0 ? SwipeDirection::LEFT : SwipeDirection::RIGHT; in OnTouchDetected()
209 case SwipeDirection::LEFT: in OnTouchDetected()