Searched refs:mPersistentDrawingCache (Results 1 – 2 of 2) sorted by relevance
395 protected int mPersistentDrawingCache; field in ViewGroup602 mPersistentDrawingCache = PERSISTENT_SCROLLING_CACHE; in initViewGroup()3150 if (enabled || (mPersistentDrawingCache & PERSISTENT_ALL_CACHES) != PERSISTENT_ALL_CACHES) { in setChildrenDrawingCacheEnabled()5681 return mPersistentDrawingCache; in getPersistentDrawingCache()5696 mPersistentDrawingCache = drawingCacheToKeep & PERSISTENT_ALL_CACHES; in setPersistentDrawingCache()
4829 if ((mPersistentDrawingCache & PERSISTENT_SCROLLING_CACHE) == 0) {