Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DAppWindowTokenAnimationTests.java77 eq(mToken.mAnimationBoundsLayer)); in clipAfterAnim_boundsLayerIsCreated()
86 verify(mTransaction).setLayer(eq(mToken.mAnimationBoundsLayer), in clipAfterAnim_boundsLayerZBoosted()
96 final SurfaceControl animationBoundsLayer = mToken.mAnimationBoundsLayer; in clipAfterAnim_boundsLayerIsDestroyed()
113 final SurfaceControl animationBoundsLayer = mToken.mAnimationBoundsLayer; in clipAfterAnimCancelled_boundsLayerIsDestroyed()
129 assertThat(mToken.mAnimationBoundsLayer).isNull(); in clipNoneAnim_boundsLayerIsNotCreated()
/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowToken.java316 SurfaceControl mAnimationBoundsLayer; field in AppWindowToken
2717 if (mAnimationBoundsLayer != null) { in onAnimationLeashLost()
2718 t.remove(mAnimationBoundsLayer); in onAnimationLeashLost()
2719 mAnimationBoundsLayer = null; in onAnimationLeashLost()
2800 mAnimationBoundsLayer = createAnimationBoundsLayer(t); in onAnimationLeashCreated()
2803 t.setWindowCrop(mAnimationBoundsLayer, mTmpRect); in onAnimationLeashCreated()
2804 t.setLayer(mAnimationBoundsLayer, layer); in onAnimationLeashCreated()
2807 t.reparent(leash, mAnimationBoundsLayer); in onAnimationLeashCreated()