HomeSort by relevance Sort by last modified time
    Searched refs:slideIn (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/widget/
StackView.java 251 ObjectAnimator slideIn = ObjectAnimator.ofPropertyValuesHolder(animationSlider,
253 slideIn.setDuration(duration);
254 slideIn.setInterpolator(new LinearInterpolator());
255 ((StackFrame) view).setSliderAnimator(slideIn);
256 slideIn.start();
    [all...]
FastScroller.java 801 final Animator slideIn = groupAnimatorOfFloat(
805 mDecorAnimation.playTogether(fadeIn, fadeOut, slideIn);
822 final Animator slideIn = groupAnimatorOfFloat(
826 mDecorAnimation.playTogether(fadeIn, slideIn);
    [all...]

Completed in 67 milliseconds