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

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

Completed in 62 milliseconds