Home
last modified time | relevance | path

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

/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DImageCache.java534 int byteCount = width * height * getBytesPerPixel(candidate.getConfig()); in canUseForInBitmap() local
535 return byteCount <= candidate.getAllocationByteCount(); in canUseForInBitmap()