Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java718 private boolean mNeedsLetterboxedAnimation; field in ActivityRecord
5831 mNeedsLetterboxedAnimation = needsLetterboxedAnimation; in setNeedsLetterboxedAnimation()
5835 return mNeedsLetterboxedAnimation; in isNeedsLetterboxedAnimation()
5839 return mNeedsLetterboxedAnimation && isAnimating(); in isInLetterboxAnimation()
7751 if (mNeedsLetterboxedAnimation) { in createAnimationBoundsLayer()
7792 if (mNeedsLetterboxedAnimation) { in onLeashAnimationStarting()
7819 if (mNeedsLetterboxedAnimation) { in onLeashAnimationStarting()
7964 if (mNeedsLetterboxedAnimation) { in onAnimationLeashLost()
7965 mNeedsLetterboxedAnimation = false; in onAnimationLeashLost()