Home | History | Annotate | Download | only in app

Lines Matching defs:newKey

807                     final ResourcesKey newKey = new ResourcesKey(oldKey.mResDir,
814 + " to newKey=" + newKey + ", displayId=" + displayId);
817 ResourcesImpl resourcesImpl = findResourcesImplForKeyLocked(newKey);
819 resourcesImpl = createResourcesImpl(newKey);
821 mResourceImpls.put(newKey, new WeakReference<>(resourcesImpl));