Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DSurfaceAnimationRunner.java469 final SurfaceControl edgeExtensionLayer = new SurfaceControl.Builder() in doCreateExtensionSurface() local
483 final Surface surface = new Surface(edgeExtensionLayer); in doCreateExtensionSurface()
493 startTransaction.remove(edgeExtensionLayer); in doCreateExtensionSurface()
497 startTransaction.reparent(edgeExtensionLayer, leash); in doCreateExtensionSurface()
498 startTransaction.setLayer(edgeExtensionLayer, Integer.MIN_VALUE); in doCreateExtensionSurface()
499 startTransaction.setPosition(edgeExtensionLayer, xPos, yPos); in doCreateExtensionSurface()
500 startTransaction.setVisibility(edgeExtensionLayer, true); in doCreateExtensionSurface()
502 mEdgeExtensions.get(leash).add(edgeExtensionLayer); in doCreateExtensionSurface()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DTransitionAnimationHelper.java375 final SurfaceControl edgeExtensionLayer = new SurfaceControl.Builder() in createExtensionSurface() local
407 final Surface surface = new Surface(edgeExtensionLayer); in createExtensionSurface()
413 startTransaction.setLayer(edgeExtensionLayer, Integer.MIN_VALUE); in createExtensionSurface()
414 startTransaction.setPosition(edgeExtensionLayer, xPos, yPos); in createExtensionSurface()
415 startTransaction.setVisibility(edgeExtensionLayer, true); in createExtensionSurface()
416 finishTransaction.remove(edgeExtensionLayer); in createExtensionSurface()
418 return edgeExtensionLayer; in createExtensionSurface()