Searched refs:mPersistentDrawingCache (Results 1 – 2 of 2) sorted by relevance
400 protected int mPersistentDrawingCache; field in ViewGroup607 mPersistentDrawingCache = PERSISTENT_SCROLLING_CACHE; in initViewGroup()3297 if (enabled || (mPersistentDrawingCache & PERSISTENT_ALL_CACHES) != PERSISTENT_ALL_CACHES) { in setChildrenDrawingCacheEnabled()5853 return mPersistentDrawingCache; in getPersistentDrawingCache()5868 mPersistentDrawingCache = drawingCacheToKeep & PERSISTENT_ALL_CACHES; in setPersistentDrawingCache()
4991 if ((mPersistentDrawingCache & PERSISTENT_SCROLLING_CACHE) == 0) {