HomeSort by relevance Sort by last modified time
    Searched refs:storedBounds (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera2/src/com/android/camera/util/
ImageLoader.java 280 Rect storedBounds = loadBitmapBounds(context, uri);
282 originalBounds.set(storedBounds);
284 int w = storedBounds.width();
285 int h = storedBounds.height();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java 357 Rect storedBounds = loadBitmapBounds(context, uri);
359 originalBounds.set(storedBounds);
361 int w = storedBounds.width();
362 int h = storedBounds.height();

Completed in 60 milliseconds