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

/frameworks/base/core/java/android/view/
H A DViewGroup.java420 protected int mPersistentDrawingCache; field in class:ViewGroup
623 mPersistentDrawingCache = PERSISTENT_SCROLLING_CACHE;
3752 if (enabled || (mPersistentDrawingCache & PERSISTENT_ALL_CACHES) != PERSISTENT_ALL_CACHES) {
6300 return mPersistentDrawingCache;
6315 mPersistentDrawingCache = drawingCacheToKeep & PERSISTENT_ALL_CACHES;

Completed in 1376 milliseconds