Loading java/src/com/android/inputmethod/keyboard/PointerTracker.java +1 −3 Original line number Diff line number Diff line Loading @@ -836,13 +836,11 @@ public final class PointerTracker implements PointerTrackerQueue.Element { // Register move event on gesture tracker. onGestureMoveEvent(x, y, eventTime, true /* isMajorEvent */, key); if (sInGesture) { mTimerProxy.cancelLongPressTimer(); mCurrentKey = null; setReleasedKeyGraphics(oldKey); return; } if (mGestureStrokeWithPreviewPoints.hasDetectedFastMove()) { mTimerProxy.cancelLongPressTimer(); } } if (key != null) { Loading java/src/com/android/inputmethod/keyboard/internal/GestureStroke.java +1 −1 Original line number Diff line number Diff line Loading @@ -243,7 +243,7 @@ public class GestureStroke { mLastMajorEventY = y; } public final boolean hasDetectedFastMove() { private final boolean hasDetectedFastMove() { return mDetectFastMoveTime > 0; } Loading Loading
java/src/com/android/inputmethod/keyboard/PointerTracker.java +1 −3 Original line number Diff line number Diff line Loading @@ -836,13 +836,11 @@ public final class PointerTracker implements PointerTrackerQueue.Element { // Register move event on gesture tracker. onGestureMoveEvent(x, y, eventTime, true /* isMajorEvent */, key); if (sInGesture) { mTimerProxy.cancelLongPressTimer(); mCurrentKey = null; setReleasedKeyGraphics(oldKey); return; } if (mGestureStrokeWithPreviewPoints.hasDetectedFastMove()) { mTimerProxy.cancelLongPressTimer(); } } if (key != null) { Loading
java/src/com/android/inputmethod/keyboard/internal/GestureStroke.java +1 −1 Original line number Diff line number Diff line Loading @@ -243,7 +243,7 @@ public class GestureStroke { mLastMajorEventY = y; } public final boolean hasDetectedFastMove() { private final boolean hasDetectedFastMove() { return mDetectFastMoveTime > 0; } Loading