Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DAppWindowTokenAnimationTests.java78 eq(mActivity.mAnimationBoundsLayer)); in clipAfterAnim_boundsLayerIsCreated()
88 verify(mTransaction).setLayer(eq(mActivity.mAnimationBoundsLayer), in clipAfterAnim_boundsLayerZBoosted()
98 final SurfaceControl animationBoundsLayer = mActivity.mAnimationBoundsLayer; in clipAfterAnim_boundsLayerIsDestroyed()
118 final SurfaceControl animationBoundsLayer = mActivity.mAnimationBoundsLayer; in clipAfterAnimCancelled_boundsLayerIsDestroyed()
134 assertThat(mActivity.mAnimationBoundsLayer).isNull(); in clipNoneAnim_boundsLayerIsNotCreated()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java6001 mAnimationBoundsLayer = createAnimationBoundsLayer(t); in onLeashAnimationStarting()
6007 t.setWindowCrop(mAnimationBoundsLayer, mTmpRect); in onLeashAnimationStarting()
6010 t.setLayer(mAnimationBoundsLayer, getAnimationLayer()); in onLeashAnimationStarting()
6013 t.reparent(leash, mAnimationBoundsLayer); in onLeashAnimationStarting()
6112 if (mAnimationBoundsLayer != null) { in onAnimationLeashLost()
6113 t.remove(mAnimationBoundsLayer); in onAnimationLeashLost()
6114 mAnimationBoundsLayer = null; in onAnimationLeashLost()
DWindowContainer.java265 SurfaceControl mAnimationBoundsLayer; field in WindowContainer