Home | History | Annotate | Download | only in widget

Lines Matching refs:slideIn

258                 ObjectAnimator slideIn = ObjectAnimator.ofPropertyValuesHolder(animationSlider,
260 slideIn.setDuration(duration);
261 slideIn.setInterpolator(new LinearInterpolator());
262 ((StackFrame) view).setSliderAnimator(slideIn);
263 slideIn.start();