Searched refs:mResourcesImpl (Results 1 – 1 of 1) sorted by relevance
103 private ResourcesImpl mResourcesImpl; field in Resources212 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 …]