Home
last modified time | relevance | path

Searched refs:setSourceCrop (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/core/java/android/window/
H A DScreenCapture.java123 .setSourceCrop(sourceCrop) in captureLayers()
157 .setSourceCrop(sourceCrop) in captureLayersExcluding()
382 public T setSourceCrop(@Nullable Rect sourceCrop) { in setSourceCrop() method in ScreenCapture.CaptureArgs.Builder
644 setSourceCrop(args.mSourceCrop); in Builder()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DImageCaptureImpl.kt42 .setSourceCrop(crop)
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DScreenshotUtils.java42 .setSourceCrop(crop) in captureLayer()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSurfaceFreezer.java196 .setSourceCrop(cropBounds) in createSnapshotBuffer()
H A DScreenRotationAnimation.java193 .setSourceCrop(new Rect(0, 0, width, height)) in ScreenRotationAnimation()
205 .setSourceCrop(new Rect(0, 0, width, height)) in ScreenRotationAnimation()
H A DSurfaceAnimationRunner.java439 .setSourceCrop(edgeBounds) in doCreateExtensionSurface()
H A DWindowManagerService.java4093 layerCaptureArgsBuilder.setLayer(sc).setSourceCrop(mTmpRect).build()); in captureTaskBitmap()
9279 .setSourceCrop(boundsInDisplay); in generateDisplayHash()
9503 .setSourceCrop(mTmpRect) in getCaptureArgs()
H A DTransition.java3264 .setSourceCrop(cropBounds) in freeze()
H A DDisplayContent.java5127 .setSourceCrop(mTmpRect).build(); in screenshotDisplayLocked()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowManagerServiceTests.java852 .setSourceCrop(new Rect(0, 0, -1, -1)) in testCaptureDisplay()
859 .setSourceCrop(null) in testCaptureDisplay()
867 .setSourceCrop(validRect) in testCaptureDisplay()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DScreenRotationAnimation.java146 .setSourceCrop(new Rect(0, 0, mStartWidth, mStartHeight)) in ScreenRotationAnimation()
H A DTransitionAnimationHelper.java345 .setSourceCrop(edgeBounds) in createExtensionSurface()
/aosp14/frameworks/base/core/java/android/app/
H A DUiAutomationConnection.java239 .setSourceCrop(crop) in takeScreenshot()
/aosp14/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java2183 .setSourceCrop(bounds) in showScreenshotOfWallpaper()