Searched refs:mResourcesImpl (Results 1 – 1 of 1) sorted by relevance
107 private ResourcesImpl mResourcesImpl; field in Resources220 mResourcesImpl = new ResourcesImpl(assets, metrics, config, new DisplayAdjustments()); in Resources()247 mResourcesImpl = new ResourcesImpl(AssetManager.getSystem(), metrics, config, in Resources()257 if (impl == mResourcesImpl) { in setImpl()261 mResourcesImpl = impl; in setImpl()270 theme.setImpl(mResourcesImpl.newThemeImpl(theme.getKey())); in setImpl()280 return mResourcesImpl; in getImpl()307 return mResourcesImpl.getAnimatorCache(); in getAnimatorCache()316 return mResourcesImpl.getStateListAnimatorCache(); in getStateListAnimatorCache()335 CharSequence res = mResourcesImpl.getAssets().getResourceText(id); in getText()[all …]