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

/frameworks/base/core/java/android/view/
H A DViewGroup.java401 protected int mPersistentDrawingCache; field in class:ViewGroup
608 mPersistentDrawingCache = PERSISTENT_SCROLLING_CACHE;
3260 if (enabled || (mPersistentDrawingCache & PERSISTENT_ALL_CACHES) != PERSISTENT_ALL_CACHES) {
5816 return mPersistentDrawingCache;
5831 mPersistentDrawingCache = drawingCacheToKeep & PERSISTENT_ALL_CACHES;

Completed in 59 milliseconds