Searched defs:ResourcesKey (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DResourcesKey.java24 public final class ResourcesKey { class
33 public ResourcesKey(String resDir, int displayId, Configuration overrideConfiguration, method in class:ResourcesKey
60 if (!(obj instanceof ResourcesKey)) {
63 ResourcesKey peer = (ResourcesKey) obj;

Completed in 66 milliseconds