Searched defs:mDrawingCache (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DView.java4698 private Bitmap mDrawingCache; field in class:View
19176 return autoScale ? mDrawingCache : mUnscaledDrawingCache;
19204 if (mDrawingCache != null) {
19205 mDrawingCache.recycle();
19206 mDrawingCache = null;
19332 mDrawingCache == null : mUnscaledDrawingCache == null)) {
19382 Bitmap bitmap = autoScale ? mDrawingCache : mUnscaledDrawingCache;
19411 mDrawingCache = bitmap;
19421 mDrawingCache = null;
[all...]

Completed in 76 milliseconds