Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java5623 private Bitmap mDrawingCache; field in View
23804 return autoScale ? mDrawingCache : mUnscaledDrawingCache; in getDrawingCache()
23832 if (mDrawingCache != null) { in destroyDrawingCache()
23833 mDrawingCache.recycle(); in destroyDrawingCache()
23834 mDrawingCache = null; in destroyDrawingCache()
23960 mDrawingCache == null : mUnscaledDrawingCache == null)) { in buildDrawingCache()
24010 Bitmap bitmap = autoScale ? mDrawingCache : mUnscaledDrawingCache; in buildDrawingCacheImpl()
24039 mDrawingCache = bitmap; in buildDrawingCacheImpl()
24049 mDrawingCache = null; in buildDrawingCacheImpl()