Home
last modified time | relevance | path

Searched refs:mIsDetectingGesture (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java160 private boolean mIsDetectingGesture = false; // per PointerTracker. field in PointerTracker
298 if (sInGesture || mIsDetectingGesture || mIsTrackingForActionDisabled) { in callListenerOnPressAndCheckKeyboardLayoutChange()
360 if (sInGesture || mIsDetectingGesture || mIsTrackingForActionDisabled) { in callListenerOnRelease()
627 mIsDetectingGesture = false; in cancelBatchInput()
711 mIsDetectingGesture = (mKeyboard != null) && mKeyboard.mId.isAlphabetKeyboard() in onDownEvent()
713 if (mIsDetectingGesture) { in onDownEvent()
773 if (!mIsDetectingGesture) { in onGestureMoveEvent()
932 if (!mIsDetectingGesture) { in dragFingerFromOldKeyToNewKey()
946 if (!mIsDetectingGesture) { in dragFingerOutFromOldKey()
1022 mIsDetectingGesture = false; in onUpEventInternal()
[all …]