Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMagnificationGestureHandler.java622 private MotionEvent mLastUp; field in MagnificationGestureHandler.DetectingState
739 && ((timeBetween(mLastDown, mLastUp) >= mLongTapMinDelay) in onMotionEvent()
740 || (distance(mLastDown, mLastUp) >= mSwipeMinDistance))) { in onMotionEvent()
758 && isMultiTap(mPreLastUp, mLastUp); in isMultiTapTriggered()
823 mPreLastUp = mLastUp; in cacheDelayedMotionEvent()
824 mLastUp = MotionEvent.obtain(event); in cacheDelayedMotionEvent()
860 mLastUp = null; in clearDelayedMotionEvents()