Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DAppWindowTokenAnimationTests.java79 mActivity.mNeedsZBoost = true; in clipAfterAnim_boundsLayerZBoosted()
DTaskDisplayAreaTests.java198 activity.mNeedsZBoost = true; in testActivityWithZBoost_taskDisplayAreaDoesNotMoveUp()
DActivityRecordTests.java1194 assertFalse(bottomActivity.mNeedsZBoost); in testFinishBottomActivityIfPossible_noZBoost()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java268 @VisibleForTesting boolean mNeedsZBoost; field in WindowContainer
2316 if (mNeedsZBoost) return true; in needsZBoost()
2684 mNeedsZBoost = a.getZAdjustment() == Animation.ZORDER_TOP in getAnimationAdapter()
2869 mNeedsZBoost = false; in onAnimationFinished()
DActivityRecord.java3005 mNeedsZBoost = true; in finishIfPossible()
6550 return mNeedsZBoost || super.needsZBoost(); in needsZBoost()
6621 if (mNeedsZBoost) { in getAnimationLayer()