Home
last modified time | relevance | path

Searched refs:ResourceRequestKey (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/
DResourceRequestKey.java27 public class ResourceRequestKey implements RequestKey { class
36 public static ResourceRequestKey from(Resources res, int resId) { in from()
38 return new ResourceRequestKey(res, resId); in from()
43 private ResourceRequestKey(Resources res, int resId) { in ResourceRequestKey() method in ResourceRequestKey
74 ResourceRequestKey that = (ResourceRequestKey) o; in equals()