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.java103 private ResourcesImpl mResourcesImpl; field in Resources
212 mResourcesImpl = new ResourcesImpl(assets, metrics, config, new DisplayAdjustments()); in Resources()
239 mResourcesImpl = new ResourcesImpl(AssetManager.getSystem(), metrics, config, in Resources()
249 if (impl == mResourcesImpl) { in setImpl()
253 mResourcesImpl = impl; in setImpl()
262 theme.setImpl(mResourcesImpl.newThemeImpl(theme.getKey())); in setImpl()
272 return mResourcesImpl; in getImpl()
299 return mResourcesImpl.getAnimatorCache(); in getAnimatorCache()
308 return mResourcesImpl.getStateListAnimatorCache(); in getStateListAnimatorCache()
327 CharSequence res = mResourcesImpl.getAssets().getResourceText(id); in getText()
[all …]