Searched refs:setSourceCrop (Results 1 – 14 of 14) sorted by relevance
/aosp14/frameworks/base/core/java/android/window/ |
H A D | ScreenCapture.java | 123 .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 D | ImageCaptureImpl.kt | 42 .setSourceCrop(crop)
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | ScreenshotUtils.java | 42 .setSourceCrop(crop) in captureLayer()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | SurfaceFreezer.java | 196 .setSourceCrop(cropBounds) in createSnapshotBuffer()
|
H A D | ScreenRotationAnimation.java | 193 .setSourceCrop(new Rect(0, 0, width, height)) in ScreenRotationAnimation() 205 .setSourceCrop(new Rect(0, 0, width, height)) in ScreenRotationAnimation()
|
H A D | SurfaceAnimationRunner.java | 439 .setSourceCrop(edgeBounds) in doCreateExtensionSurface()
|
H A D | WindowManagerService.java | 4093 layerCaptureArgsBuilder.setLayer(sc).setSourceCrop(mTmpRect).build()); in captureTaskBitmap() 9279 .setSourceCrop(boundsInDisplay); in generateDisplayHash() 9503 .setSourceCrop(mTmpRect) in getCaptureArgs()
|
H A D | Transition.java | 3264 .setSourceCrop(cropBounds) in freeze()
|
H A D | DisplayContent.java | 5127 .setSourceCrop(mTmpRect).build(); in screenshotDisplayLocked()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WindowManagerServiceTests.java | 852 .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 D | ScreenRotationAnimation.java | 146 .setSourceCrop(new Rect(0, 0, mStartWidth, mStartHeight)) in ScreenRotationAnimation()
|
H A D | TransitionAnimationHelper.java | 345 .setSourceCrop(edgeBounds) in createExtensionSurface()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | UiAutomationConnection.java | 239 .setSourceCrop(crop) in takeScreenshot()
|
/aosp14/frameworks/base/core/java/android/service/wallpaper/ |
H A D | WallpaperService.java | 2183 .setSourceCrop(bounds) in showScreenshotOfWallpaper()
|