Searched refs:mIsDetectingGesture (Results 1 – 1 of 1) sorted by relevance
111 private boolean mIsDetectingGesture = false; // per PointerTracker. field in PointerTracker250 if (sInGesture || mIsDetectingGesture || mIsTrackingForActionDisabled) { in callListenerOnPressAndCheckKeyboardLayoutChange()312 if (sInGesture || mIsDetectingGesture || mIsTrackingForActionDisabled) { in callListenerOnRelease()566 mIsDetectingGesture = false; in cancelBatchInput()650 mIsDetectingGesture = (mKeyboard != null) && mKeyboard.mId.isAlphabetKeyboard() in onDownEvent()652 if (mIsDetectingGesture) { in onDownEvent()712 if (!mIsDetectingGesture) { in onGestureMoveEvent()871 if (!mIsDetectingGesture) { in dragFingerFromOldKeyToNewKey()885 if (!mIsDetectingGesture) { in dragFingerOutFromOldKey()961 mIsDetectingGesture = false; in onUpEventInternal()[all …]