Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DResources.java149 private ResourcesImpl mResourcesImpl; field in Resources
295 final ResourcesImpl impl = mResourcesImpl; in onLoadersChanged()
302 final ResourcesImpl impl = mResourcesImpl; in onLoaderUpdated()
327 mResourcesImpl = new ResourcesImpl(assets, metrics, config, new DisplayAdjustments()); in Resources()
360 mResourcesImpl = new ResourcesImpl(AssetManager.getSystem(), metrics, config, in Resources()
371 if (impl == mResourcesImpl) { in setImpl()
376 mResourcesImpl = impl; in setImpl()
385 theme.rebase(mResourcesImpl); in setImpl()
405 return mResourcesImpl; in getImpl()
433 return mResourcesImpl.getAnimatorCache(); in getAnimatorCache()
[all …]