Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DView.java5337 private Bitmap mDrawingCache; field in View
22862 return autoScale ? mDrawingCache : mUnscaledDrawingCache; in getDrawingCache()
22890 if (mDrawingCache != null) { in destroyDrawingCache()
22891 mDrawingCache.recycle(); in destroyDrawingCache()
22892 mDrawingCache = null; in destroyDrawingCache()
23018 mDrawingCache == null : mUnscaledDrawingCache == null)) { in buildDrawingCache()
23068 Bitmap bitmap = autoScale ? mDrawingCache : mUnscaledDrawingCache; in buildDrawingCacheImpl()
23097 mDrawingCache = bitmap; in buildDrawingCacheImpl()
23107 mDrawingCache = null; in buildDrawingCacheImpl()