Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java112 private static boolean sInGesture = false; field in PointerTracker
250 if (sInGesture || mIsDetectingGesture || mIsTrackingForActionDisabled) { in callListenerOnPressAndCheckKeyboardLayoutChange()
312 if (sInGesture || mIsDetectingGesture || mIsTrackingForActionDisabled) { in callListenerOnRelease()
431 final boolean noKeyPreview = sInGesture || needsToSuppressKeyPreviewPopup(eventTime); in setPressedKeyGraphics()
567 if (!sInGesture) { in cancelBatchInput()
570 sInGesture = false; in cancelBatchInput()
729 if (!sInGesture && key != null && Character.isLetter(key.getCode()) in onGestureMoveEvent()
731 sInGesture = true; in onGestureMoveEvent()
733 if (sInGesture) { in onGestureMoveEvent()
900 if (sInGesture) { in onMoveEventInternal()
[all …]