Home
last modified time | relevance | path

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

/bootable/recovery/
Dwear_touch.h25 enum SwipeDirection { UP, DOWN, RIGHT, LEFT }; enumerator
Dwear_touch.cpp50 direction = dy < 0 ? UP : DOWN; in detect()
62 mCallback(mCookie, UP); in process()