Home
last modified time | relevance | path

Searched defs:cropRect (Results 1 – 22 of 22) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DWallpaperCropUtils.java202 Rect cropRect = new Rect(scrollX, scrollY, scrollX + targetHostSize.x, in calculateCropRect() local
257 Rect cropRect) { in adjustCurrentWallpaperCropRect()
262 public static void adjustCropRect(Context context, Rect cropRect, boolean zoomIn) { in adjustCropRect()
377 public static float getScaleOfScreenResolution(float wallpaperScale, Rect cropRect, in getScaleOfScreenResolution()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestBitmapCropper.java37 public void cropAndScaleBitmap(Asset asset, float scale, Rect cropRect, boolean adjustRtl, in cropAndScaleBitmap()
DTestWallpaperPersister.java75 @Nullable final Rect cropRect, final float scale, final @Destination int destination, in setIndividualWallpaper()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultBitmapCropper.java39 public void cropAndScaleBitmap(Asset asset, float scale, Rect cropRect, in cropAndScaleBitmap()
DBitmapCropper.java34 void cropAndScaleBitmap(Asset asset, float scale, Rect cropRect, boolean adjustForRtl, in cropAndScaleBitmap()
DWallpaperPersister.java57 void setIndividualWallpaper(WallpaperInfo wallpaper, Asset asset, @Nullable Rect cropRect, in setIndividualWallpaper()
DDefaultWallpaperPersister.java105 @Nullable Rect cropRect, float scale, @Destination final int destination, in setIndividualWallpaper()
336 Rect cropRect = WallpaperCropUtils.calculateCropRect(mAppContext, minWallpaperZoom, in cropAndSetWallpaperBitmapInRotationStatic() local
DWallpaperSetter.java128 float wallpaperScale, @Nullable Rect cropRect, WallpaperColors wallpaperColors, in setCurrentWallpaper()
/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
DImageProxy.java74 public void setCropRect(Rect cropRect); in setCropRect()
DForwardingImageProxy.java52 public void setCropRect(Rect cropRect) { in setCropRect()
DAndroidImageProxy.java144 public void setCropRect(Rect cropRect) { in setCropRect()
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
DWallpaperTileInfo.java63 RectF cropRect = Utils.getMaxCropRect( in createThumbnail() local
/packages/apps/WallpaperPicker/src/com/android/gallery3d/common/
DUtils.java110 RectF cropRect = new RectF(); in getMaxCropRect() local
/packages/apps/EmergencyInfo/src/com/android/emergency/
DCircleFramedDrawable.java66 final Rect cropRect = new Rect((width - square) / 2, (height - square) / 2, square, square); in CircleFramedDrawable() local
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/common/
DInputStreamProvider.java187 RectF cropRect = new RectF(0, 0, dimsAfter[0], dimsAfter[1]); in readCroppedBitmap() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DCurrentWallpaperAssetVN.java139 protected void adjustCropRect(Context context, Point assetDimensions, Rect cropRect, in adjustCropRect()
DStreamableAsset.java213 Rect cropRect = rect; in runDecodeBitmapRegionTask() local
DAsset.java430 protected void adjustCropRect(Context context, Point assetDimensions, Rect cropRect, in adjustCropRect()
/packages/apps/Gallery/src/com/android/camera/
DHighlightView.java367 public void setup(Matrix m, Rect imageRect, RectF cropRect, boolean circle, in setup()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DImagePreviewFragment.java224 Rect cropRect = calculateCropRect(context, !mDisplayUtils.hasMultiInternalDisplays()); in setWallpaper() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskViewUtils.java266 final Rect cropRect = new Rect(); in createRecentsWindowAnimator() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropActivity.java518 RectF cropRect = new RectF(0, 0, crop.getWidth(), crop.getHeight()); in doInBackground() local