Searched refs:mMessageItemCache (Results 1 – 1 of 1) sorted by relevance
115 private final MessageItemCache mMessageItemCache; field in MessageListAdapter131 mMessageItemCache = new MessageItemCache(CACHE_SIZE); in MessageListAdapter()181 mMessageItemCache.evictAll(); // causes entryRemoved to be called for each MessageItem in cancelBackgroundLoading()193 mMessageItemCache.evictAll(); in notifyDataSetChanged()224 MessageItem item = mMessageItemCache.get(getKey(type, msgId)); in getCachedMessageItem()228 mMessageItemCache.put(getKey(item.mType, item.mMsgId), item); in getCachedMessageItem()