Searched refs:targetSurfaceHeight (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
D | TransitionAnimationHelper.java | 320 final int targetSurfaceHeight = Math.max(change.getStartAbsBounds().height(), in edgeExtendWindow() local 325 final Rect edgeBounds = new Rect(0, 0, 1, targetSurfaceHeight); in edgeExtendWindow() 327 -maxExtensionInsets.left, targetSurfaceHeight); in edgeExtendWindow() 346 targetSurfaceWidth, targetSurfaceHeight); in edgeExtendWindow() 348 -maxExtensionInsets.right, targetSurfaceHeight); in edgeExtendWindow() 356 final Rect edgeBounds = new Rect(0, targetSurfaceHeight - 1, in edgeExtendWindow() 357 targetSurfaceWidth, targetSurfaceHeight); in edgeExtendWindow() 361 final int yPos = targetSurfaceHeight; in edgeExtendWindow()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SurfaceAnimationRunner.java | 389 final int targetSurfaceHeight = bounds.height(); in edgeExtendWindow() local 396 -maxExtensionInsets.left, targetSurfaceHeight); in edgeExtendWindow() 418 -maxExtensionInsets.right, targetSurfaceHeight); in edgeExtendWindow()
|