Home
last modified time | relevance | path

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

/appcompat/appcompat-resources/src/main/java/androidx/appcompat/widget/
DResourceManagerInternal.java323 ConstantState entry = wr.get(); in getCachedDrawable() local
324 if (entry != null) { in getCachedDrawable()
325 return entry.newDrawable(context.getResources()); in getCachedDrawable()