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.java293 private SurfaceControl mTransitChangeLeash = null; field in AppWindowToken
1761 mTransitChangeLeash = builder.build(); in initializeChangeTransition()
1763 t.setWindowCrop(mTransitChangeLeash, startBounds.width(), startBounds.height()); in initializeChangeTransition()
1764 t.setPosition(mTransitChangeLeash, startBounds.left, startBounds.top); in initializeChangeTransition()
1765 t.show(mTransitChangeLeash); in initializeChangeTransition()
1766 t.reparent(getSurfaceControl(), mTransitChangeLeash); in initializeChangeTransition() local
1767 onAnimationLeashCreated(t, mTransitChangeLeash); in initializeChangeTransition()
1793 return mTransitChangeLeash != null || AppTransition.isChangeTransit(mTransit); in isInChangeTransition()
2772 if (leash == mTransitChangeLeash) { in onAnimationLeashCreated()
2775 } else if (mTransitChangeLeash != null) { in onAnimationLeashCreated()
[all …]