/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | DefaultBitmapCropper.java | 34 public void cropAndScaleBitmap(Asset asset, float scale, Rect cropRect, in cropAndScaleBitmap() 68 public ScaleBitmapTask(Bitmap bitmap, Rect cropRect, Callback callback) { in ScaleBitmapTask()
|
D | BitmapCropper.java | 34 void cropAndScaleBitmap(Asset asset, float scale, Rect cropRect, boolean adjustForRtl, in cropAndScaleBitmap()
|
D | DefaultWallpaperPersister.java | 91 @Nullable Rect cropRect, float scale, @Destination final int destination, in setIndividualWallpaper() 209 Rect cropRect = new Rect( in setIndividualWallpaperWithCenterPosition() local 253 Rect cropRect = new Rect( in setIndividualWallpaperWithCenterCropPosition() local 449 Rect cropRect = WallpaperCropUtils.calculateCropRect(mAppContext, minWallpaperZoom, in cropAndSetWallpaperBitmapInRotationStatic() local
|
D | WallpaperPersister.java | 55 void setIndividualWallpaper(WallpaperInfo wallpaper, Asset asset, @Nullable Rect cropRect, in setIndividualWallpaper()
|
D | WallpaperSetter.java | 118 float wallpaperScale, @Nullable Rect cropRect, in setCurrentWallpaper()
|
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/ |
D | TestBitmapCropper.java | 37 public void cropAndScaleBitmap(Asset asset, float scale, Rect cropRect, boolean adjustRtl, in cropAndScaleBitmap()
|
D | TestWallpaperPersister.java | 75 @Nullable final Rect cropRect, final float scale, final @Destination int destination, in setIndividualWallpaper()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/ |
D | ImageProxy.java | 74 public void setCropRect(Rect cropRect); in setCropRect()
|
D | ForwardingImageProxy.java | 52 public void setCropRect(Rect cropRect) { in setCropRect()
|
D | AndroidImageProxy.java | 144 public void setCropRect(Rect cropRect) { in setCropRect()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/ |
D | WallpaperCropUtils.java | 203 Rect cropRect = new Rect(scrollX, scrollY, scrollX + targetHostSize.x, in calculateCropRect() local 256 Rect cropRect) { in adjustCurrentWallpaperCropRect() 261 public static void adjustCropRect(Context context, Rect cropRect, boolean zoomIn) { in adjustCropRect()
|
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/ |
D | WallpaperTileInfo.java | 63 RectF cropRect = Utils.getMaxCropRect( in createThumbnail() local
|
/packages/apps/WallpaperPicker/src/com/android/gallery3d/common/ |
D | Utils.java | 110 RectF cropRect = new RectF(); in getMaxCropRect() local
|
/packages/apps/EmergencyInfo/src/com/android/emergency/ |
D | CircleFramedDrawable.java | 66 final Rect cropRect = new Rect((width - square) / 2, (height - square) / 2, square, square); in CircleFramedDrawable() local
|
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/common/ |
D | InputStreamProvider.java | 187 RectF cropRect = new RectF(0, 0, dimsAfter[0], dimsAfter[1]); in readCroppedBitmap() local
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
D | CurrentWallpaperAssetVN.java | 141 protected void adjustCropRect(Context context, Point assetDimensions, Rect cropRect) { in adjustCropRect()
|
D | ContentUriAsset.java | 294 public BitmapCropTask(Bitmap fromBitmap, Rect cropRect, BitmapReceiver receiver) { in BitmapCropTask()
|
D | Asset.java | 366 protected void adjustCropRect(Context context, Point assetDimensions, Rect cropRect) { in adjustCropRect()
|
/packages/apps/Gallery/src/com/android/camera/ |
D | HighlightView.java | 367 public void setup(Matrix m, Rect imageRect, RectF cropRect, boolean circle, in setup()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | TaskViewUtils.java | 244 final Rect cropRect = new Rect(); in createRecentsWindowAnimator() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
D | CropActivity.java | 518 RectF cropRect = new RectF(0, 0, crop.getWidth(), crop.getHeight()); in doInBackground() local
|