Searched refs:mResourcesImpl (Results 1 – 2 of 2) sorted by relevance
107 private ResourcesImpl mResourcesImpl; field in Resources228 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 …]
1904 Landroid/content/res/Resources;->mResourcesImpl:Landroid/content/res/ResourcesImpl;