HomeSort by relevance Sort by last modified time
    Searched refs:ResourcesImpl (Results 1 - 9 of 9) sorted by null

  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
SettingsShadowResourcesImpl.java 20 import android.content.res.ResourcesImpl;
32 value = ResourcesImpl.class,
  /frameworks/base/core/java/android/app/
ResourcesManager.java 30 import android.content.res.ResourcesImpl;
85 private final ArrayMap<ResourcesKey, WeakReference<ResourcesImpl>> mResourceImpls =
299 final ResourcesImpl res = mResourceImpls.remove(removedKey).get();
486 private @Nullable ResourcesImpl createResourcesImpl(@NonNull ResourcesKey key) {
497 final ResourcesImpl impl = new ResourcesImpl(assets, dm, config, daj);
506 * Finds a cached ResourcesImpl object that matches the given ResourcesKey.
509 * @return a ResourcesImpl if the key matches a cache entry, null otherwise.
511 private @Nullable ResourcesImpl findResourcesImplForKeyLocked(@NonNull ResourcesKey key) {
512 WeakReference<ResourcesImpl> weakImplRef = mResourceImpls.get(key)
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowResourcesImpl.java 11 import android.content.res.ResourcesImpl;
40 @Implements(value = ResourcesImpl.class, isInAndroidSdk = false, minSdk = N)
45 ResourcesImpl realResourcesImpl;
158 @Implements(value = ResourcesImpl.ThemeImpl.class, minSdk = N, isInAndroidSdk = false)
160 @RealObject ResourcesImpl.ThemeImpl realThemeImpl;
175 Drawable drawable = directlyOn(realResourcesImpl, ResourcesImpl.class, "loadDrawable",
189 Drawable drawable = directlyOn(realResourcesImpl, ResourcesImpl.class, "loadDrawable",
ShadowResources.java 12 import android.content.res.ResourcesImpl;
227 ResourcesImpl.ThemeImpl themeImpl = ReflectionHelpers.getField(realTheme, "mThemeImpl");
  /frameworks/base/core/java/android/content/res/
Resources.java 107 private ResourcesImpl mResourcesImpl;
228 mResourcesImpl = new ResourcesImpl(assets, metrics, config, new DisplayAdjustments());
255 mResourcesImpl = new ResourcesImpl(AssetManager.getSystem(), metrics, config,
264 public void setImpl(ResourcesImpl impl) {
287 public ResourcesImpl getImpl() {
366 final ResourcesImpl impl = mResourcesImpl;
623 final ResourcesImpl impl = mResourcesImpl;
656 final ResourcesImpl impl = mResourcesImpl;
690 final ResourcesImpl impl = mResourcesImpl;
726 final ResourcesImpl impl = mResourcesImpl
    [all...]
ResourcesImpl.java 70 * {@link ResourcesImpl} object will be updated or re-created.
74 public class ResourcesImpl {
127 // calls to ResourcesImpl
156 * Creates a new ResourcesImpl object with CompatibilityInfo.
166 public ResourcesImpl(@NonNull AssetManager assets, @Nullable DisplayMetrics metrics,
348 Trace.traceBegin(Trace.TRACE_TAG_RESOURCES, "ResourcesImpl#updateConfiguration");
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 25 import android.content.res.ResourcesImpl;
91 /** @hide Used only when ResourcesImpl.TRACE_FOR_DETAILED_PRELOAD is true. */
94 /** @hide Used only when ResourcesImpl.TRACE_FOR_DETAILED_PRELOAD is true. */
144 if (ResourcesImpl.TRACE_FOR_DETAILED_PRELOAD) {
    [all...]
  /frameworks/layoutlib/bridge/src/android/content/res/
Resources_Delegate.java 90 resources.setImpl(new ResourcesImpl(assets, metrics, config, new DisplayAdjustments()));
    [all...]
  /frameworks/base/config/
preloaded-classes     [all...]

Completed in 1029 milliseconds