Home
last modified time | relevance | path

Searched defs:crop (Results 1 – 21 of 21) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DScreenshotUtils.java38 public static void captureLayer(SurfaceControl sc, Rect crop, in captureLayer()
97 Rect crop, int layer) { in takeScreenshot()
113 SurfaceControl parentSc, Rect crop, int layer) { in takeScreenshot()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/qrcode/
H A DQrYuvLuminanceSource.java41 public LuminanceSource crop(int left, int top, int crop_width, int crop_height) { in crop() method in QrYuvLuminanceSource
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHandedSurfaceTransactionHelper.java65 OneHandedSurfaceTransactionHelper crop(SurfaceControl.Transaction tx, SurfaceControl leash, in crop() method in OneHandedSurfaceTransactionHelper
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipSurfaceTransactionHelper.java71 public PipSurfaceTransactionHelper crop(SurfaceControl.Transaction tx, SurfaceControl leash, in crop() method in PipSurfaceTransactionHelper
162 final Rect crop = mTmpDestinationRect; in rotateAndScaleWithCrop() local
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java335 RectF crop = getMaxCropRect( in cropImageAndSetWallpaper() local
653 Bitmap crop = null; local
/aosp14/frameworks/base/libs/hwui/hwui/
H A DImageDecoder.cpp146 bool ImageDecoder::setCropRect(const SkIRect* crop) { in setCropRect()
539 SkIRect crop = *mCropRect; in extractGainmap() local
/aosp14/frameworks/base/core/java/android/app/
H A DIUiAutomationConnection.aidl48 boolean takeScreenshot(in Rect crop, in ScreenCaptureListener listener); in takeScreenshot()
H A DUiAutomationConnection.java229 public boolean takeScreenshot(Rect crop, ScreenCapture.ScreenCaptureListener listener) { in takeScreenshot()
H A DWallpaperManager.java1115 Bitmap crop = null; in getBuiltInDrawable() local
/aosp14/frameworks/base/core/java/android/window/
H A DSnapshotDrawerUtils.java203 Rect crop = null; in drawSizeMismatchSnapshot() local
284 Rect calculateSnapshotFrame(Rect crop) { in calculateSnapshotFrame()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/util/
H A DStubTransaction.java140 public SurfaceControl.Transaction setWindowCrop(SurfaceControl sc, Rect crop) { in setWindowCrop()
151 public SurfaceControl.Transaction setCrop(@NonNull SurfaceControl sc, @Nullable Rect crop) { in setCrop()
/aosp14/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/
H A DStubTransaction.java140 public SurfaceControl.Transaction setWindowCrop(SurfaceControl sc, Rect crop) { in setWindowCrop()
151 public SurfaceControl.Transaction setCrop(@NonNull SurfaceControl sc, @Nullable Rect crop) { in setCrop()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DLetterboxUiControllerTest.java526 final Rect crop = mController.getCropBoundsIfNeeded(mainWindow); in testGetCropBoundsIfNeeded_appliesCrop() local
556 final Rect crop = mController.getCropBoundsIfNeeded(mainWindow); in testGetCropBoundsIfNeeded_appliesCropWithSizeCompatScaling() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
H A DShellTaskOrganizer.java495 public void screenshotTask(RunningTaskInfo taskInfo, Rect crop, in screenshotTask()
501 ScreenshotUtils.captureLayer(info.getLeash(), crop, consumer); in screenshotTask() local
/aosp14/frameworks/base/media/java/android/media/
H A DImageWriter.java527 Rect crop = image.getCropRect(); in queueInputImage() local
758 Rect crop = image.getCropRect(); in attachAndQueueInputImage() local
H A DImageReader.java1488 int scalingMode, Rect crop) { in initializeImagePlanes()
/aosp14/frameworks/base/native/graphics/jni/
H A Dimagedecoder.cpp376 int AImageDecoder_setCrop(AImageDecoder* decoder, ARect crop) { in AImageDecoder_setCrop()
/aosp14/frameworks/base/native/android/
H A Dsurface_control.cpp448 ASurfaceControl* aSurfaceControl, const ARect& crop) { in ASurfaceTransaction_setCrop()
/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceControl.java3132 public Transaction setWindowCrop(SurfaceControl sc, Rect crop) { in setWindowCrop()
3154 public @NonNull Transaction setCrop(@NonNull SurfaceControl sc, @Nullable Rect crop) { in setCrop()
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp898 Rect crop(l, t, r, b); in nativeSetWindowCrop() local
992 Rect crop(l, t, r, b); in nativeSetDestinationFrame() local
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...