Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java183 private boolean mIsTrackingForActionDisabled; field in PointerTracker
298 if (sInGesture || mIsDetectingGesture || mIsTrackingForActionDisabled) { in callListenerOnPressAndCheckKeyboardLayoutChange()
360 if (sInGesture || mIsDetectingGesture || mIsTrackingForActionDisabled) { in callListenerOnRelease()
582 if (mIsTrackingForActionDisabled) { in showGestureTrail()
615 if (mIsTrackingForActionDisabled) { in onEndBatchInput()
742 mIsTrackingForActionDisabled = false; in onDownEventInternal()
806 if (mIsTrackingForActionDisabled) { in onMoveEvent()
846 if (mIsTrackingForActionDisabled) { in processDraggingFingerInToNewKey()
1031 if (!mIsTrackingForActionDisabled) { in onUpEventInternal()
1052 if (mIsTrackingForActionDisabled) { in onUpEventInternal()
[all …]