Home | History | Annotate | Download | only in widget

Lines Matching defs:xvel

803             final float xvel = mVelocityTracker.getXVelocity();
804 if (Math.abs(xvel) > mMinFlingVelocity) {
805 newState = isLayoutRtl() ? (xvel < 0) : (xvel > 0);