Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultBitmapCropper.java34 public void cropAndScaleBitmap(Asset asset, float scale, final Rect cropRect, in cropAndScaleBitmap()
68 public ScaleBitmapTask(Bitmap bitmap, Rect cropRect, Callback callback) { in ScaleBitmapTask()
DBitmapCropper.java34 void cropAndScaleBitmap(Asset asset, float scale, Rect cropRect, Callback callback); in cropAndScaleBitmap()
DDefaultWallpaperPersister.java88 @Nullable Rect cropRect, float scale, @Destination final int destination, in setIndividualWallpaper()
206 Rect cropRect = new Rect( in setIndividualWallpaperWithCenterPosition() local
254 Rect cropRect = new Rect( in setIndividualWallpaperWithCenterCropPosition() local
DWallpaperPersister.java55 void setIndividualWallpaper(WallpaperInfo wallpaper, Asset asset, @Nullable Rect cropRect, in setIndividualWallpaper()
DWallpaperSetter.java114 float wallpaperScale, @Nullable Rect cropRect, in setCurrentWallpaper()
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
DTestBitmapCropper.java37 public void cropAndScaleBitmap(Asset asset, float scale, Rect cropRect, in cropAndScaleBitmap()
DTestWallpaperPersister.java75 @Nullable final Rect cropRect, final float scale, final @Destination int destination, in setIndividualWallpaper()
/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/
DContentUriAsset.java294 public BitmapCropTask(Bitmap fromBitmap, Rect cropRect, BitmapReceiver receiver) { in BitmapCropTask()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DWallpaperCropUtils.java191 Rect cropRect = new Rect(scrollX, scrollY, scrollX + screenSize.x, scrollY + screenSize.y); in calculateCropRect() local
/packages/apps/Gallery/src/com/android/camera/
DHighlightView.java367 public void setup(Matrix m, Rect imageRect, RectF cropRect, boolean circle, in setup()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropActivity.java518 RectF cropRect = new RectF(0, 0, crop.getWidth(), crop.getHeight()); in doInBackground() local