Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DView.java23052 final long projectedBitmapSize = width * height * (opaque && !use32BitCache ? 2 : 4); in buildDrawingCacheImpl() local
23055 if (width <= 0 || height <= 0 || projectedBitmapSize > drawingCacheSize) { in buildDrawingCacheImpl()
23059 + projectedBitmapSize + " bytes, only " in buildDrawingCacheImpl()