Searched refs:mInProgress (Results 1 – 1 of 1) sorted by relevance
143 private boolean mInProgress; field in ScaleGestureDetector254 if (mInProgress) { in onTouchEvent()256 mInProgress = false; in onTouchEvent()260 mInProgress = false; in onTouchEvent()270 if (!mInProgress && mStylusScaleEnabled && !inAnchoredScaleMode() in onTouchEvent()339 final boolean wasInProgress = mInProgress; in onTouchEvent()342 if (!inAnchoredScaleMode() && mInProgress && (span < mMinSpan || configChanged)) { in onTouchEvent()344 mInProgress = false; in onTouchEvent()354 if (!mInProgress && span >= minSpan && in onTouchEvent()360 mInProgress = mListener.onScaleBegin(this); in onTouchEvent()[all …]