Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DTransitionAnimationHelper.java289 createExtensionSurface(change.getLeash(), edgeBounds, extensionRect, xPos, yPos, in edgeExtendWindow()
299 createExtensionSurface(change.getLeash(), edgeBounds, extensionRect, xPos, yPos, in edgeExtendWindow()
310 createExtensionSurface(change.getLeash(), edgeBounds, extensionRect, xPos, yPos, in edgeExtendWindow()
321 createExtensionSurface(change.getLeash(), edgeBounds, extensionRect, xPos, yPos, in edgeExtendWindow()
330 private static SurfaceControl createExtensionSurface(@NonNull SurfaceControl surfaceToExtend, in createExtensionSurface() method in TransitionAnimationHelper
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSurfaceAnimationRunner.java387 createExtensionSurface(leash, edgeBounds, in edgeExtendWindow()
398 createExtensionSurface(leash, edgeBounds, in edgeExtendWindow()
409 createExtensionSurface(leash, edgeBounds, in edgeExtendWindow()
420 createExtensionSurface(leash, edgeBounds, in edgeExtendWindow()
425 private void createExtensionSurface(SurfaceControl leash, Rect edgeBounds, in createExtensionSurface() method in SurfaceAnimationRunner