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

/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DImageUtils.java101 final Point bounds = getImageBounds(factory);
196 private static Point getImageBounds(final InputStreamFactory factory) method in class:ImageUtils
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java314 final Point bounds = cropTask.getImageBounds();
552 public Point getImageBounds() { method in class:WallpaperCropActivity.BitmapCropTask
601 Point bounds = getImageBounds();

Completed in 589 milliseconds