Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
H A DActivityEmbeddingAnimationRunner.java426 final SurfaceControl screenshotLeash = getOrCreateScreenshot(change, in createChangeAnimationAdapters() local
429 if (screenshotLeash != null) { in createChangeAnimationAdapters()
433 animations[0], change, screenshotLeash, root)); in createChangeAnimationAdapters()
493 final SurfaceControl screenshotLeash = screenshotChange.getSnapshot(); in getOrCreateScreenshot() local
494 if (screenshotLeash != null) { in getOrCreateScreenshot()
497 t.reparent(screenshotLeash, animationChange.getLeash()); in getOrCreateScreenshot()
498 return screenshotLeash; in getOrCreateScreenshot()