OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IdentityCache
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/util/
IdentityCache.java
25
public class
IdentityCache
<K, V> {
31
public
IdentityCache
() {
/packages/apps/Gallery2/src/com/android/gallery3d/data/
Path.java
20
import com.android.gallery3d.util.
IdentityCache
;
32
private
IdentityCache
<String, Path> mChildren;
42
mChildren = new
IdentityCache
<String, Path>();
Completed in 70 milliseconds