Home
last modified time | relevance | path

Searched refs:storedBounds (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
DImageLoader.java357 Rect storedBounds = loadBitmapBounds(context, uri); in loadConstrainedBitmap() local
359 originalBounds.set(storedBounds); in loadConstrainedBitmap()
361 int w = storedBounds.width(); in loadConstrainedBitmap()
362 int h = storedBounds.height(); in loadConstrainedBitmap()