Searched refs:mLastUp (Results 1 – 1 of 1) sorted by relevance
622 private MotionEvent mLastUp; field in MagnificationGestureHandler.DetectingState739 && ((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()