Searched defs:mCropRect (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery/src/com/android/camera/
H A DHighlightView.java248 moveBy(dx * (mCropRect.width() / r.width()),
249 dy * (mCropRect.height() / r.height()));
260 float xDelta = dx * (mCropRect.width() / r.width());
261 float yDelta = dy * (mCropRect.height() / r.height());
271 mCropRect.offset(dx, dy);
274 mCropRect.offset(
275 Math.max(0, mImageRect.left - mCropRect.left),
276 Math.max(0, mImageRect.top - mCropRect.top));
278 mCropRect.offset(
279 Math.min(0, mImageRect.right - mCropRect
398 RectF mCropRect; // in image space field in class:HighlightView
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DCropImage.java268 private final RectF mCropRect; field in class:CropImage.SaveOutput
271 mCropRect = cropRect;
276 RectF cropRect = mCropRect;

Completed in 39 milliseconds