Searched refs:mTmpAnimators (Results 1 – 1 of 1) sorted by relevance
148 private ArrayList<Animator> mTmpAnimators = new ArrayList<>(); field in TaskView289 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()