Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DAppWindowTokenAnimationTests.java85 mActivity.mNeedsZBoost = true; in clipAfterAnim_boundsLayerZBoosted()
H A DTaskDisplayAreaTests.java195 activity.mNeedsZBoost = true; in testActivityWithZBoost_taskDisplayAreaDoesNotMoveUp()
H A DActivityRecordTests.java1230 assertFalse(bottomActivity.mNeedsZBoost); in testFinishBottomActivityIfPossible_noZBoost()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowContainer.java261 @VisibleForTesting boolean mNeedsZBoost; field in WindowContainer
2376 if (mNeedsZBoost) return true; in needsZBoost()
2805 mNeedsZBoost = a.getZAdjustment() == Animation.ZORDER_TOP in getAnimationAdapter()
3022 mNeedsZBoost = false; in onAnimationFinished()
H A DActivityRecord.java3179 mNeedsZBoost = true; in finishIfPossible()
6818 return mNeedsZBoost || super.needsZBoost(); in needsZBoost()