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.java135 private boolean mIsTrackingForActionDisabled; field in PointerTracker
250 if (sInGesture || mIsDetectingGesture || mIsTrackingForActionDisabled) { in callListenerOnPressAndCheckKeyboardLayoutChange()
312 if (sInGesture || mIsDetectingGesture || mIsTrackingForActionDisabled) { in callListenerOnRelease()
521 if (mIsTrackingForActionDisabled) { in showGestureTrail()
554 if (mIsTrackingForActionDisabled) { in onEndBatchInput()
681 mIsTrackingForActionDisabled = false; in onDownEventInternal()
745 if (mIsTrackingForActionDisabled) { in onMoveEvent()
785 if (mIsTrackingForActionDisabled) { in processDraggingFingerInToNewKey()
970 if (!mIsTrackingForActionDisabled) { in onUpEventInternal()
991 if (mIsTrackingForActionDisabled) { in onUpEventInternal()
[all …]