Searched refs:sInGesture (Results 1 – 1 of 1) sorted by relevance
112 private static boolean sInGesture = false; field in PointerTracker250 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 …]