Searched refs:mTouchHistoryLastAcceptedTime (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DScaleGestureDetector.java153 private long mTouchHistoryLastAcceptedTime; field in class:ScaleGestureDetector
225 boolean accept = currentTime - mTouchHistoryLastAcceptedTime >= TOUCH_STABILIZE_TIME;
256 mTouchHistoryLastAcceptedTime = time;
272 mTouchHistoryLastAcceptedTime = ev.getEventTime();
285 mTouchHistoryLastAcceptedTime = 0;

Completed in 282 milliseconds