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

/frameworks/ex/photoviewer/src/com/android/ex/photo/util/
H A DImageUtils.java96 final Point bounds = getImageBounds(resolver, uri);
191 private static Point getImageBounds(ContentResolver resolver, Uri uri) method in class:ImageUtils
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DImageUtils.java101 // TODO: make this method not download the image for both getImageBounds and decodeStream
105 final Point bounds = getImageBounds(resolver, uri);
214 private static Point getImageBounds(ContentResolver resolver, Uri uri) method in class:ImageUtils

Completed in 111 milliseconds