HomeSort by relevance Sort by last modified time
    Searched refs:shouldInvalidateEntry (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/content/res/
ConfigurationBoundResourceCache.java 47 public boolean shouldInvalidateEntry(ConstantState<T> entry, @Config int configChanges) {
DrawableCache.java 44 public boolean shouldInvalidateEntry(Drawable.ConstantState entry, int configChanges) {
ThemedResourceCache.java 131 protected abstract boolean shouldInvalidateEntry(@NonNull T entry, int configChanges);
232 && shouldInvalidateEntry(entry, configChanges));

Completed in 71 milliseconds