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.java116 private ResourcesImpl mResourcesImpl; field in Resources
242 mResourcesImpl = new ResourcesImpl(assets, metrics, config, new DisplayAdjustments()); in Resources()
271 mResourcesImpl = new ResourcesImpl(AssetManager.getSystem(), metrics, config, in Resources()
282 if (impl == mResourcesImpl) { in setImpl()
286 mResourcesImpl = impl; in setImpl()
295 theme.setImpl(mResourcesImpl.newThemeImpl(theme.getKey())); in setImpl()
306 return mResourcesImpl; in getImpl()
334 return mResourcesImpl.getAnimatorCache(); in getAnimatorCache()
343 return mResourcesImpl.getStateListAnimatorCache(); in getStateListAnimatorCache()
362 CharSequence res = mResourcesImpl.getAssets().getResourceText(id); in getText()
[all …]