Searched refs:mCropBounds (Results 1 – 2 of 2) sorted by relevance
454 RectF mCropBounds = null;504 mCropBounds = cropBounds;564 mCropBounds = cropBounds;603 mCropBounds.roundOut(roundedTrueCrop);604 mCropBounds = new RectF(roundedTrueCrop);618 inverseRotateMatrix.mapRect(mCropBounds);619 mCropBounds.offset(bounds.x/2, bounds.y/2);623 mCropBounds.roundOut(roundedTrueCrop);679 mCropBounds.left /= scaleDownSampleSize;680 mCropBounds.top /= scaleDownSampleSize;[all …]
48 private final RectF mCropBounds; field in CropAndSetWallpaperTask60 mCropBounds = cropBounds; in CropAndSetWallpaperTask()73 mCropBounds, mOutWidth, mOutHeight, mRotation); in cropBitmap()