Searched defs:drawingCacheToKeep (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewGroup.java6465 * @param drawingCacheToKeep one or a combination of {@link #PERSISTENT_NO_CACHE},
6483 public void setPersistentDrawingCache(int drawingCacheToKeep) { argument
6484 mPersistentDrawingCache = drawingCacheToKeep & PERSISTENT_ALL_CACHES;

Completed in 42 milliseconds