Home
last modified time | relevance | path

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

/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()
414 final Rect edgeBounds = new Rect(bounds.left, bounds.bottom - 1, in edgeExtendWindow() local
420 createExtensionSurface(leash, edgeBounds, in edgeExtendWindow()
425 private void createExtensionSurface(SurfaceControl leash, Rect edgeBounds, in createExtensionSurface() argument
439 .setSourceCrop(edgeBounds) in doCreateExtensionSurface()
496 if (edgeBounds.width() == extensionRect.width()) { in getScaleXForExtensionSurface()
500 if (edgeBounds.width() == 1) { in getScaleXForExtensionSurface()
509 if (edgeBounds.height() == extensionRect.height()) { in getScaleYForExtensionSurface()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DTransitionAnimationHelper.java284 final Rect edgeBounds = new Rect(0, 0, 1, targetSurfaceHeight); in edgeExtendWindow() local
289 createExtensionSurface(change.getLeash(), edgeBounds, extensionRect, xPos, yPos, in edgeExtendWindow() local
294 final Rect edgeBounds = new Rect(0, 0, targetSurfaceWidth, 1); in edgeExtendWindow() local
299 createExtensionSurface(change.getLeash(), edgeBounds, extensionRect, xPos, yPos, in edgeExtendWindow() local
304 final Rect edgeBounds = new Rect(targetSurfaceWidth - 1, 0, in edgeExtendWindow() local
310 createExtensionSurface(change.getLeash(), edgeBounds, extensionRect, xPos, yPos, in edgeExtendWindow() local
315 final Rect edgeBounds = new Rect(0, targetSurfaceHeight - 1, in edgeExtendWindow() local
321 createExtensionSurface(change.getLeash(), edgeBounds, extensionRect, xPos, yPos, in edgeExtendWindow() local
331 @NonNull Rect edgeBounds, @NonNull Rect extensionRect, int xPos, int yPos, in createExtensionSurface() argument
345 .setSourceCrop(edgeBounds) in createExtensionSurface()