Searched refs:getPhotoBounds (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageGeometry.java107 float imageWidth = mLocalGeometry.getPhotoBounds().width();
108 float imageHeight = mLocalGeometry.getPhotoBounds().height();
115 RectF imageBounds = mLocalGeometry.getPhotoBounds();
146 return mLocalGeometry.getPhotoBounds();
174 RectF bounds = getUntranslatedStraightenCropBounds(mLocalGeometry.getPhotoBounds(),
H A DGeometryMetadata.java120 public RectF getPhotoBounds() { method in class:GeometryMetadata
289 RectF photoBounds = getPhotoBounds();
405 RectF rp = getPhotoBounds();
H A DImageShow.java322 getImagePreset().mGeoData.getPhotoBounds().roundOut(dst);
631 RectF pb = geo.getPhotoBounds();

Completed in 304 milliseconds