Searched refs:mDisambiguateSwipe (Results 1 – 1 of 1) sorted by relevance
235 private final boolean mDisambiguateSwipe; field in KeyboardView383 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()