Home | History | Annotate | Download | only in widget

Lines Matching refs:sLinearInterpolator

721     static final Interpolator sLinearInterpolator = new LinearInterpolator();
4649 mScroller.setInterpolator(linear ? sLinearInterpolator : null);