Home
last modified time | relevance | path

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

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DIdentityCache.java25 public class IdentityCache<K, V> { class
31 public IdentityCache() { in IdentityCache() method in IdentityCache
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DPath.java20 import com.android.gallery3d.util.IdentityCache;
32 private IdentityCache<String, Path> mChildren;
42 mChildren = new IdentityCache<String, Path>(); in getChild()