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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DPointerTracker.java112 private static boolean sInGesture = false; field in class:PointerTracker
247 // input has been canceled, <code>sInGesture</code> and <code>mIsDetectingGesture</code>
250 if (sInGesture || mIsDetectingGesture || mIsTrackingForActionDisabled) {
312 if (sInGesture || mIsDetectingGesture || mIsTrackingForActionDisabled) {
431 final boolean noKeyPreview = sInGesture || needsToSuppressKeyPreviewPopup(eventTime);
567 if (!sInGesture) {
570 sInGesture = false;
729 if (!sInGesture && key != null && Character.isLetter(key.getCode())
731 sInGesture = true;
733 if (sInGesture) {
[all...]

Completed in 97 milliseconds