Home | History | Annotate | Download | only in view

Lines Matching full:mpersistentdrawingcache

331     protected int mPersistentDrawingCache;
460 mPersistentDrawingCache = PERSISTENT_SCROLLING_CACHE;
2611 if (enabled || (mPersistentDrawingCache & PERSISTENT_ALL_CACHES) != PERSISTENT_ALL_CACHES) {
2652 if ((mPersistentDrawingCache & PERSISTENT_ANIMATION_CACHE) == 0) {
2883 if ((mPersistentDrawingCache & PERSISTENT_ANIMATION_CACHE) == 0) {
4595 return mPersistentDrawingCache;
4610 mPersistentDrawingCache = drawingCacheToKeep & PERSISTENT_ALL_CACHES;