Home
last modified time | relevance | path

Searched refs:shouldInvalidateEntry (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/res/
DThemedResourceCache.java131 protected abstract boolean shouldInvalidateEntry(@NonNull T entry, int configChanges); in shouldInvalidateEntry() method in ThemedResourceCache
232 && shouldInvalidateEntry(entry, configChanges)); in pruneEntryLocked()
DDrawableCache.java44 public boolean shouldInvalidateEntry(Drawable.ConstantState entry, int configChanges) { in shouldInvalidateEntry() method in DrawableCache
DConfigurationBoundResourceCache.java47 public boolean shouldInvalidateEntry(ConstantState<T> entry, @Config int configChanges) { in shouldInvalidateEntry() method in ConfigurationBoundResourceCache