Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowToken.java292 private SurfaceControl mTransitChangeLeash = null; field in AppWindowToken
1745 mTransitChangeLeash = builder.build(); in initializeChangeTransition()
1747 t.setWindowCrop(mTransitChangeLeash, startBounds.width(), startBounds.height()); in initializeChangeTransition()
1748 t.setPosition(mTransitChangeLeash, startBounds.left, startBounds.top); in initializeChangeTransition()
1749 t.show(mTransitChangeLeash); in initializeChangeTransition()
1750 t.reparent(getSurfaceControl(), mTransitChangeLeash); in initializeChangeTransition() local
1751 onAnimationLeashCreated(t, mTransitChangeLeash); in initializeChangeTransition()
1777 return mTransitChangeLeash != null || AppTransition.isChangeTransit(mTransit); in isInChangeTransition()
2756 if (leash == mTransitChangeLeash) { in onAnimationLeashCreated()
2759 } else if (mTransitChangeLeash != null) { in onAnimationLeashCreated()
[all …]