Searched refs:IdentityCache (Results 1 – 2 of 2) sorted by relevance
25 public class IdentityCache<K, V> { class31 public IdentityCache() { in IdentityCache() method in IdentityCache
20 import com.android.gallery3d.util.IdentityCache;32 private IdentityCache<String, Path> mChildren;42 mChildren = new IdentityCache<String, Path>(); in getChild()