Searched refs:mPersistentDrawingCache (Results 1 – 2 of 2) sorted by relevance
457 protected int mPersistentDrawingCache; field in ViewGroup730 mPersistentDrawingCache = PERSISTENT_SCROLLING_CACHE; in initViewGroup()4074 if (enabled || (mPersistentDrawingCache & PERSISTENT_ALL_CACHES) != PERSISTENT_ALL_CACHES) { in setChildrenDrawingCacheEnabled()6713 return mPersistentDrawingCache; in getPersistentDrawingCache()6742 mPersistentDrawingCache = drawingCacheToKeep & PERSISTENT_ALL_CACHES; in setPersistentDrawingCache()
5353 if ((mPersistentDrawingCache & PERSISTENT_SCROLLING_CACHE) == 0) {