Home
last modified time | relevance | path

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

/external/skia/tools/viewer/
DTouchGesture.cpp114 fState = kEmpty_State; in resetTouchState()
205 fState = kEmpty_State; in endZoom()
211 if (kEmpty_State == fState) { in touchMoved()
285 fState = kEmpty_State; in touchEnd()
334 fState = kEmpty_State; in handleDblTap()
DTouchGesture.h27 bool isBeingTouched() { return kEmpty_State != fState; } in isBeingTouched()
42 kEmpty_State, enumerator
/external/skqp/tools/viewer/
DTouchGesture.cpp114 fState = kEmpty_State; in resetTouchState()
210 if (kEmpty_State == fState) { in touchMoved()
286 fState = kEmpty_State; in touchEnd()
291 fState = kEmpty_State; in touchEnd()
337 fState = kEmpty_State; in handleDblTap()
DTouchGesture.h27 bool isBeingTouched() { return kEmpty_State != fState; } in isBeingTouched()
38 kEmpty_State, enumerator