Searched refs:candidate (Results 1 – 1 of 1) sorted by relevance
521 Bitmap candidate, BitmapFactory.Options targetOptions) { in canUseForInBitmap() argument525 return candidate.getWidth() == targetOptions.outWidth in canUseForInBitmap()526 && candidate.getHeight() == targetOptions.outHeight in canUseForInBitmap()534 int byteCount = width * height * getBytesPerPixel(candidate.getConfig()); in canUseForInBitmap()535 return byteCount <= candidate.getAllocationByteCount(); in canUseForInBitmap()