Searched refs:mPersistentDrawingCache (Results 1 – 2 of 2) sorted by relevance
456 protected int mPersistentDrawingCache; field in ViewGroup729 mPersistentDrawingCache = PERSISTENT_SCROLLING_CACHE; in initViewGroup()4044 if (enabled || (mPersistentDrawingCache & PERSISTENT_ALL_CACHES) != PERSISTENT_ALL_CACHES) { in setChildrenDrawingCacheEnabled()6683 return mPersistentDrawingCache; in getPersistentDrawingCache()6712 mPersistentDrawingCache = drawingCacheToKeep & PERSISTENT_ALL_CACHES; in setPersistentDrawingCache()
5244 if ((mPersistentDrawingCache & PERSISTENT_SCROLLING_CACHE) == 0) {