Searched refs:byteCount (Results 1 – 1 of 1) sorted by relevance
534 int byteCount = width * height * getBytesPerPixel(candidate.getConfig()); in canUseForInBitmap() local535 return byteCount <= candidate.getAllocationByteCount(); in canUseForInBitmap()