Searched refs:mDisambiguateSwipe (Results 1 – 1 of 1) sorted by relevance
216 private boolean mDisambiguateSwipe; field in KeyboardView374 mDisambiguateSwipe = true; in KeyboardView()397 if (mDisambiguateSwipe && endingVelocityX < velocityX / 4) { in initGestureDetector()404 if (mDisambiguateSwipe && endingVelocityX > velocityX / 4) { in initGestureDetector()411 if (mDisambiguateSwipe && endingVelocityY > velocityY / 4) { in initGestureDetector()418 if (mDisambiguateSwipe && endingVelocityY < velocityY / 4) { in initGestureDetector()