Home
last modified time | relevance | path

Searched refs:toAnimation (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskView.java285 AnimationProps toAnimation, ValueAnimator.AnimatorUpdateListener updateCallback) { in updateViewPropertiesToTaskTransform() argument
291 toTransform.applyToTaskView(this, mTmpAnimators, toAnimation, !config.fakeShadows); in updateViewPropertiesToTaskTransform()
292 if (toAnimation.isImmediate()) { in updateViewPropertiesToTaskTransform()
300 if (toAnimation.getListener() != null) { in updateViewPropertiesToTaskTransform()
301 toAnimation.getListener().onAnimationEnd(null); in updateViewPropertiesToTaskTransform()
311 mTmpAnimators.add(toAnimation.apply(AnimationProps.BOUNDS, mDimAnimator)); in updateViewPropertiesToTaskTransform()
316 mTmpAnimators.add(toAnimation.apply(AnimationProps.BOUNDS, mOutlineAnimator)); in updateViewPropertiesToTaskTransform()
321 mTmpAnimators.add(toAnimation.apply(AnimationProps.BOUNDS, updateCallbackAnim)); in updateViewPropertiesToTaskTransform()
325 mTransformAnimation = toAnimation.createAnimator(mTmpAnimators); in updateViewPropertiesToTaskTransform()