Searched refs:mGestureInProgress (Results 1 – 1 of 1) sorted by relevance
137 private boolean mGestureInProgress; field in ScaleGestureDetector188 } else if (!mGestureInProgress) { in onTouchEvent()218 mGestureInProgress = mListener.onScaleBegin(this); in onTouchEvent()250 mGestureInProgress = mListener.onScaleBegin(this); in onTouchEvent()269 mGestureInProgress = mListener.onScaleBegin(this); in onTouchEvent()281 mGestureInProgress = mListener.onScaleBegin(this); in onTouchEvent()380 if (mGestureInProgress) { in setContext()420 mGestureInProgress = false; in reset()431 return mGestureInProgress; in isInProgress()