Home
last modified time | relevance | path

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

/appcompat/appcompat-resources/src/main/java/androidx/appcompat/widget/
DVectorEnabledTintResources.java69 return ResourceManagerInternal.get().onDrawableLoadedFromResources(context, this, id); in getDrawable()
DResourceManagerInternal.java349 synchronized Drawable onDrawableLoadedFromResources(@NonNull Context context, in onDrawableLoadedFromResources() method in ResourceManagerInternal
/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DAppCompatDrawableManager.java483 synchronized Drawable onDrawableLoadedFromResources(@NonNull Context context, in onDrawableLoadedFromResources() method in AppCompatDrawableManager
485 return mResourceManager.onDrawableLoadedFromResources(context, resources, resId); in onDrawableLoadedFromResources()