Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DResources.java107 private ResourcesImpl mResourcesImpl; field in Resources
228 mResourcesImpl = new ResourcesImpl(assets, metrics, config, new DisplayAdjustments()); in Resources()
255 mResourcesImpl = new ResourcesImpl(AssetManager.getSystem(), metrics, config, in Resources()
265 if (impl == mResourcesImpl) { in setImpl()
269 mResourcesImpl = impl; in setImpl()
278 theme.setImpl(mResourcesImpl.newThemeImpl(theme.getKey())); in setImpl()
288 return mResourcesImpl; in getImpl()
315 return mResourcesImpl.getAnimatorCache(); in getAnimatorCache()
324 return mResourcesImpl.getStateListAnimatorCache(); in getStateListAnimatorCache()
343 CharSequence res = mResourcesImpl.getAssets().getResourceText(id); in getText()
[all …]
/frameworks/base/config/
Dhiddenapi-light-greylist.txt1904 Landroid/content/res/Resources;->mResourcesImpl:Landroid/content/res/ResourcesImpl;