Home
last modified time | relevance | path

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

/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DImageCache.java534 int byteCount = width * height * getBytesPerPixel(candidate.getConfig()); in canUseForInBitmap()
544 private static int getBytesPerPixel(Config config) { in getBytesPerPixel() method in ImageCache