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

/frameworks/base/core/java/android/view/
H A DScaleGestureDetector.java151 private float mTouchHistoryLastAccepted; field in class:ScaleGestureDetector
229 final boolean hasLastAccepted = !Float.isNaN(mTouchHistoryLastAccepted);
250 final int directionSig = (int) Math.signum(major - mTouchHistoryLastAccepted);
270 mTouchHistoryLastAccepted = newAccepted;
283 mTouchHistoryLastAccepted = Float.NaN;
381 final float touchSize = mTouchHistoryLastAccepted / 2;

Completed in 209 milliseconds