Home | History | Annotate | Download | only in view

Lines Matching refs:interpolator

48 import android.graphics.Interpolator;
16708 Interpolator.Result.FREEZE_END) {
25575 public final Interpolator scrollBarInterpolator = new Interpolator(1, 2);
25650 Interpolator interpolator = scrollBarInterpolator;
25653 interpolator.setKeyFrame(framesCount++, nextFrame, OPAQUE);
25657 interpolator.setKeyFrame(framesCount, nextFrame, TRANSPARENT);