Searched refs:targetSurfaceWidth (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
D | TransitionAnimationHelper.java | 322 final int targetSurfaceWidth = Math.max(change.getStartAbsBounds().width(), in edgeExtendWindow() local 335 final Rect edgeBounds = new Rect(0, 0, targetSurfaceWidth, 1); in edgeExtendWindow() 337 targetSurfaceWidth, -maxExtensionInsets.top); in edgeExtendWindow() 345 final Rect edgeBounds = new Rect(targetSurfaceWidth - 1, 0, in edgeExtendWindow() 346 targetSurfaceWidth, targetSurfaceHeight); in edgeExtendWindow() 349 final int xPos = targetSurfaceWidth; in edgeExtendWindow() 357 targetSurfaceWidth, targetSurfaceHeight); in edgeExtendWindow() 359 targetSurfaceWidth, -maxExtensionInsets.bottom); in edgeExtendWindow()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SurfaceAnimationRunner.java | 390 final int targetSurfaceWidth = bounds.width(); in edgeExtendWindow() local 404 final Rect edgeBounds = new Rect(bounds.left, bounds.top, targetSurfaceWidth, in edgeExtendWindow() 407 targetSurfaceWidth, -maxExtensionInsets.top); in edgeExtendWindow() 429 targetSurfaceWidth, -maxExtensionInsets.bottom); in edgeExtendWindow()
|