Searched defs:mTotalMotionY (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DTrackingInputHandler.java53 private float mTotalMotionY = 0; field in class:TrackingInputHandler
225 if (mTotalMotionY > mSwipeThreshold) {
228 } else if (mTotalMotionY < -mSwipeThreshold) {
267 mTotalMotionY = 0;
329 mTotalMotionY -= distanceY;

Completed in 85 milliseconds