Home | History | Annotate | Download | only in views

Lines Matching defs:animation

64             AnimationProps animation) {
66 if (animateNavBarScrim && animation != null) {
67 animateNavBarScrimVisibility(true, animation);
86 private void animateNavBarScrimVisibility(boolean visible, AnimationProps animation) {
94 if (animation != AnimationProps.IMMEDIATE) {
97 .setDuration(animation.getDuration(AnimationProps.BOUNDS))
98 .setInterpolator(animation.getInterpolator(AnimationProps.BOUNDS))
119 AnimationProps animation = mShouldAnimateNavBarScrim
124 animateNavBarScrimVisibility(true, animation);
134 AnimationProps animation = createBoundsAnimation(
136 animateNavBarScrimVisibility(false, animation);
142 AnimationProps animation = createBoundsAnimation(
144 animateNavBarScrimVisibility(false, animation);
178 AnimationProps animation = hasNavBarScrim
181 animateNavBarScrimVisibility(hasNavBarScrim, animation);
187 * @return a default animation to aniamte the bounds of the scrim.