Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DView.java21865 final long drawingCacheSize = in buildDrawingCacheImpl() local
21867 if (width <= 0 || height <= 0 || projectedBitmapSize > drawingCacheSize) { in buildDrawingCacheImpl()
21872 + drawingCacheSize + " available"); in buildDrawingCacheImpl()