Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskView.java148 private ArrayList<Animator> mTmpAnimators = new ArrayList<>(); field in TaskView
289 mTmpAnimators.clear(); in updateViewPropertiesToTaskTransform()
290 toTransform.applyToTaskView(this, mTmpAnimators, toAnimation, !config.fakeShadows); 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()