Home | History | Annotate | Download | only in inputmethodservice

Lines Matching defs:mDisambiguateSwipe

213     private boolean mDisambiguateSwipe;
353 mDisambiguateSwipe = getResources().getBoolean(
410 if (mDisambiguateSwipe && endingVelocityX < velocityX / 4) {
417 if (mDisambiguateSwipe && endingVelocityX > velocityX / 4) {
424 if (mDisambiguateSwipe && endingVelocityY > velocityY / 4) {
431 if (mDisambiguateSwipe && endingVelocityY < velocityY / 4) {