Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskStack.java146 private Rect mBoundsAnimationTarget = new Rect(); field in TaskStack
327 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()