Home
last modified time | relevance | path

Searched refs:newPhotoBounds (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropView.java113 public void initialize(Bitmap image, RectF newCropBounds, RectF newPhotoBounds, int rotation) { in initialize() argument
118 if (crop != newCropBounds || containing != newPhotoBounds in initialize()
121 mCropObj.resetBoundsTo(newCropBounds, newPhotoBounds); in initialize()
126 mCropObj = new CropObject(newPhotoBounds, newCropBounds, 0); in initialize()