Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/util/
H A DTransitionUtil.java222 SurfaceControl leashSurface = new SurfaceControl.Builder() in createLeash() local
230 setupLeash(leashSurface, change, info.getChanges().size() - order, info, t); in createLeash()
231 t.reparent(change.getLeash(), leashSurface); in createLeash() local
240 return leashSurface; in createLeash()