Searched refs:mBoundsAnimationTarget (Results 1 – 1 of 1) sorted by relevance
146 private Rect mBoundsAnimationTarget = new Rect(); field in TaskStack327 mBoundsAnimationTarget.set(destBounds); in setAnimationFinalBounds()329 mBoundsAnimationTarget.setEmpty(); in setAnimationFinalBounds()348 outBounds.set(mBoundsAnimationTarget); in getFinalAnimationBounds()363 if ((mBoundsAnimatingRequested || mBoundsAnimating) && !mBoundsAnimationTarget.isEmpty()) { in getAnimationOrCurrentBounds()389 if ((mBoundsAnimatingRequested || mBoundsAnimating) && !mBoundsAnimationTarget.isEmpty()) { in calculatePinnedBoundsForConfigChange()402 if (animating && !inOutBounds.equals(mBoundsAnimationTarget)) { in calculatePinnedBoundsForConfigChange()410 mBoundsAnimationTarget.setEmpty(); in calculatePinnedBoundsForConfigChange()1637 mBoundsAnimationTarget, false /* forceUpdate */); in onAnimationEnd()