Home | History | Annotate | Download | only in car

Lines Matching defs:mDisambiguateSwipe

235     private final boolean mDisambiguateSwipe;
383 mDisambiguateSwipe = true;
472 if (mDisambiguateSwipe && endingVelocityX < velocityX / 4) {
479 if (mDisambiguateSwipe && endingVelocityX > velocityX / 4) {
486 if (mDisambiguateSwipe && endingVelocityY > velocityY / 4) {
493 if (mDisambiguateSwipe && endingVelocityY < velocityY / 4) {