Home | History | Annotate | Download | only in openwnn

Lines Matching defs:mDisambiguateSwipe

216     private boolean mDisambiguateSwipe;
374 mDisambiguateSwipe = true;
397 if (mDisambiguateSwipe && endingVelocityX < velocityX / 4) {
404 if (mDisambiguateSwipe && endingVelocityX > velocityX / 4) {
411 if (mDisambiguateSwipe && endingVelocityY > velocityY / 4) {
418 if (mDisambiguateSwipe && endingVelocityY < velocityY / 4) {