Searched defs:scaleAnim (Results 1 – 4 of 4) sorted by relevance
115 final Animation scaleAnim = new ScaleAnimation(startScaleX, 1, startScaleY, 1); in createBoundsInterpolator() local
1184 final Animator scaleAnim = animateScaleX(target, 1f).setDuration(DURATION_RESIZE); in transitionPreviewLayout() local1194 final Animator scaleAnim = animateScaleX(showing, scale).setDuration(DURATION_RESIZE); in transitionPreviewLayout() local
617 ObjectAnimator scaleAnim = ObjectAnimator.ofFloat(overview, SCALE_PROPERTY, scales); in composeViewContentAnimator() local
702 Animation scaleAnim = new ScaleAnimation( in createAspectScaledThumbnailEnterExitAnimationLocked() local