Searched refs:projectedBitmapSize (Results 1 – 1 of 1) sorted by relevance
23994 final long projectedBitmapSize = width * height * (opaque && !use32BitCache ? 2 : 4); in buildDrawingCacheImpl() local23997 if (width <= 0 || height <= 0 || projectedBitmapSize > drawingCacheSize) { in buildDrawingCacheImpl()24001 + projectedBitmapSize + " bytes, only " in buildDrawingCacheImpl()