Searched refs:mCache (Results 1 – 1 of 1) sorted by relevance
46 private final HashMap<Long, Drawable> mCache; field in ContactPhotoBinder57 mCache = new HashMap<Long, Drawable>(); in ContactPhotoBinder()67 Drawable d = mCache.get(id); in bind()89 mCache.put(id, d); in bind()