Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskView.java284 AnimationProps toAnimation, ValueAnimator.AnimatorUpdateListener updateCallback) { in updateViewPropertiesToTaskTransform() argument
290 toTransform.applyToTaskView(this, mTmpAnimators, toAnimation, !config.fakeShadows); in updateViewPropertiesToTaskTransform()
291 if (toAnimation.isImmediate()) { in updateViewPropertiesToTaskTransform()
299 if (toAnimation.getListener() != null) { in updateViewPropertiesToTaskTransform()
300 toAnimation.getListener().onAnimationEnd(null); in updateViewPropertiesToTaskTransform()
310 mTmpAnimators.add(toAnimation.apply(AnimationProps.BOUNDS, mDimAnimator)); in updateViewPropertiesToTaskTransform()
315 mTmpAnimators.add(toAnimation.apply(AnimationProps.BOUNDS, mOutlineAnimator)); in updateViewPropertiesToTaskTransform()
320 mTmpAnimators.add(toAnimation.apply(AnimationProps.BOUNDS, updateCallbackAnim)); in updateViewPropertiesToTaskTransform()
324 mTransformAnimation = toAnimation.createAnimator(mTmpAnimators); in updateViewPropertiesToTaskTransform()