Searched refs:mIsGesturing (Results 1 – 1 of 1) sorted by relevance
99 private boolean mIsGesturing = false; field in GestureOverlayView379 return mIsGesturing; in isGesturing()484 mIsGesturing = false; in cancelGesture()504 final boolean cancelDispatch = (mIsGesturing || (mCurrentGesture != null && in dispatchTouchEvent()565 mIsGesturing = false; in touchDown()645 if (mHandleGestureActions && !mIsGesturing) { in touchMove()662 mIsGesturing = true; in touchMove()701 clear(mHandleGestureActions && mFadeEnabled, mHandleGestureActions && mIsGesturing, in touchUp()712 mPreviousWasGesturing = mIsGesturing; in touchUp()713 mIsGesturing = false; in touchUp()