Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java4698 private Bitmap mDrawingCache; field in View
19176 return autoScale ? mDrawingCache : mUnscaledDrawingCache; in getDrawingCache()
19204 if (mDrawingCache != null) { in destroyDrawingCache()
19205 mDrawingCache.recycle(); in destroyDrawingCache()
19206 mDrawingCache = null; in destroyDrawingCache()
19332 mDrawingCache == null : mUnscaledDrawingCache == null)) { in buildDrawingCache()
19382 Bitmap bitmap = autoScale ? mDrawingCache : mUnscaledDrawingCache; in buildDrawingCacheImpl()
19411 mDrawingCache = bitmap; in buildDrawingCacheImpl()
19421 mDrawingCache = null; in buildDrawingCacheImpl()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt6433 Landroid/view/View;->mDrawingCache:Landroid/graphics/Bitmap;
Dhiddenapi-private-dex.txt97348 Landroid/view/View;->mDrawingCache:Landroid/graphics/Bitmap;