Home
last modified time | relevance | path

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

/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DContactPhotoBinder.java46 private final HashMap<Long, Drawable> mCache; field in ContactPhotoBinder
57 mCache = new HashMap<Long, Drawable>(); in ContactPhotoBinder()
67 Drawable d = mCache.get(id); in bind()
89 mCache.put(id, d); in bind()