Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSurfaceAnimationRunner.java458 final SurfaceControl edgeExtensionLayer = new SurfaceControl.Builder() in doCreateExtensionSurface() local
472 final Surface surface = new Surface(edgeExtensionLayer); in doCreateExtensionSurface()
482 startTransaction.remove(edgeExtensionLayer); in doCreateExtensionSurface()
486 startTransaction.reparent(edgeExtensionLayer, leash); in doCreateExtensionSurface()
487 startTransaction.setLayer(edgeExtensionLayer, Integer.MIN_VALUE); in doCreateExtensionSurface()
488 startTransaction.setPosition(edgeExtensionLayer, xPos, yPos); in doCreateExtensionSurface()
489 startTransaction.setVisibility(edgeExtensionLayer, true); in doCreateExtensionSurface()
491 mEdgeExtensions.get(leash).add(edgeExtensionLayer); in doCreateExtensionSurface()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DTransitionAnimationHelper.java334 final SurfaceControl edgeExtensionLayer = new SurfaceControl.Builder() in createExtensionSurface() local
366 final Surface surface = new Surface(edgeExtensionLayer); in createExtensionSurface()
372 startTransaction.setLayer(edgeExtensionLayer, Integer.MIN_VALUE); in createExtensionSurface()
373 startTransaction.setPosition(edgeExtensionLayer, xPos, yPos); in createExtensionSurface()
374 startTransaction.setVisibility(edgeExtensionLayer, true); in createExtensionSurface()
375 finishTransaction.remove(edgeExtensionLayer); in createExtensionSurface()
377 return edgeExtensionLayer; in createExtensionSurface()