Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRemoteAnimationTargetCompat.java192 SurfaceControl leashSurface = new SurfaceControl.Builder() in createLeash() local
197 setupLeash(leashSurface, change, info.getChanges().size() - order, info, t); in createLeash()
198 t.reparent(change.getLeash(), leashSurface); in createLeash() local
203 return leashSurface; in createLeash()