Searched refs:mPersistentDrawingCache (Results 1 – 2 of 2) sorted by relevance
420 protected int mPersistentDrawingCache; field in ViewGroup623 mPersistentDrawingCache = PERSISTENT_SCROLLING_CACHE; in initViewGroup()3774 if (enabled || (mPersistentDrawingCache & PERSISTENT_ALL_CACHES) != PERSISTENT_ALL_CACHES) { in setChildrenDrawingCacheEnabled()6322 return mPersistentDrawingCache; in getPersistentDrawingCache()6337 mPersistentDrawingCache = drawingCacheToKeep & PERSISTENT_ALL_CACHES; in setPersistentDrawingCache()
5022 if ((mPersistentDrawingCache & PERSISTENT_SCROLLING_CACHE) == 0) {