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 258 ObjectAnimator slideIn = ObjectAnimator.ofPropertyValuesHolder(animationSlider,
260 slideIn.setDuration(duration);
261 slideIn.setInterpolator(new LinearInterpolator());
262 ((StackFrame) view).setSliderAnimator(slideIn);
263 slideIn.start();
    [all...]
FastScroller.java 838 final Animator slideIn = groupAnimatorOfFloat(
842 mDecorAnimation.playTogether(fadeIn, fadeOut, slideIn);
859 final Animator slideIn = groupAnimatorOfFloat(
863 mDecorAnimation.playTogether(fadeIn, slideIn);
    [all...]

Completed in 107 milliseconds