Searched refs:mInProgress (Results 1 – 2 of 2) sorted by relevance
144 private boolean mInProgress; field in ScaleGestureDetector256 if (mInProgress) { in onTouchEvent()258 mInProgress = false; in onTouchEvent()262 mInProgress = false; in onTouchEvent()272 if (!mInProgress && mStylusScaleEnabled && !inAnchoredScaleMode() in onTouchEvent()341 final boolean wasInProgress = mInProgress; in onTouchEvent()344 if (!inAnchoredScaleMode() && mInProgress && (span < mMinSpan || configChanged)) { in onTouchEvent()346 mInProgress = false; in onTouchEvent()356 if (!mInProgress && span >= minSpan && in onTouchEvent()362 mInProgress = mListener.onScaleBegin(this); in onTouchEvent()[all …]
81757 Landroid/view/ScaleGestureDetector;->mInProgress:Z