Home
last modified time | relevance | path

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

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java235 private final boolean mDisambiguateSwipe; field in KeyboardView
383 mDisambiguateSwipe = true; in KeyboardView()
475 if (mDisambiguateSwipe && endingVelocityX < velocityX / 4) { in initGestureDetector()
482 if (mDisambiguateSwipe && endingVelocityX > velocityX / 4) { in initGestureDetector()
489 if (mDisambiguateSwipe && endingVelocityY > velocityY / 4) { in initGestureDetector()
496 if (mDisambiguateSwipe && endingVelocityY < velocityY / 4) { in initGestureDetector()