Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DTransitionAnimationHelper.java281 final int targetSurfaceWidth = Math.max(change.getStartAbsBounds().width(), in edgeExtendWindow() local
294 final Rect edgeBounds = new Rect(0, 0, targetSurfaceWidth, 1); in edgeExtendWindow()
296 targetSurfaceWidth, -maxExtensionInsets.top); in edgeExtendWindow()
304 final Rect edgeBounds = new Rect(targetSurfaceWidth - 1, 0, in edgeExtendWindow()
305 targetSurfaceWidth, targetSurfaceHeight); in edgeExtendWindow()
308 final int xPos = targetSurfaceWidth; in edgeExtendWindow()
316 targetSurfaceWidth, targetSurfaceHeight); in edgeExtendWindow()
318 targetSurfaceWidth, -maxExtensionInsets.bottom); in edgeExtendWindow()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSurfaceAnimationRunner.java378 final int targetSurfaceWidth = bounds.width(); in edgeExtendWindow() local
392 final Rect edgeBounds = new Rect(bounds.left, bounds.top, targetSurfaceWidth, in edgeExtendWindow()
395 targetSurfaceWidth, -maxExtensionInsets.top); in edgeExtendWindow()
417 targetSurfaceWidth, -maxExtensionInsets.bottom); in edgeExtendWindow()