Lines Matching refs:mCache

82     private final FixedSizeRemoteViewsCache mCache;
234 synchronized (adapter.mCache) {
235 adapter.mCache.commitTemporaryMetaData();
292 private final FixedSizeRemoteViewsCache mCache;
296 mCache = cache;
311 return mCache.getMetaData().createDefaultLoadingView(this);
815 mCache = sCachedRemoteViewsCaches.get(key);
816 synchronized (mCache.mMetaData) {
817 if (mCache.mMetaData.count > 0) {
824 mCache = new FixedSizeRemoteViewsCache(sDefaultCacheSize);
864 synchronized (mCache.mMetaData) {
865 metaDataCount = mCache.mMetaData.count;
867 synchronized (mCache) {
868 numRemoteViewsCached = mCache.mIndexRemoteViews.size();
871 sCachedRemoteViewsCaches.put(key, mCache);
899 synchronized (mCache) {
900 position = mCache.getNextIndexToLoad();
922 final RemoteViewsMetaData metaData = mCache.getMetaData();
926 synchronized (mCache) {
927 mCache.reset();
951 final RemoteViewsMetaData tmpMetaData = mCache.getTemporaryMetaData();
996 RemoteViewsMetaData metaData = mCache.getMetaData();
1001 cacheCount = mCache.mMetaData.count;
1003 synchronized (mCache) {
1008 mCache.insert(position, remoteViews, itemId, visibleWindow);
1037 final RemoteViewsMetaData metaData = mCache.getMetaData();
1049 synchronized (mCache) {
1050 if (mCache.containsMetaDataAt(position)) {
1051 return mCache.getMetaDataAt(position).itemId;
1059 synchronized (mCache) {
1060 if (mCache.containsMetaDataAt(position)) {
1061 typeId = mCache.getMetaDataAt(position).typeId;
1067 final RemoteViewsMetaData metaData = mCache.getMetaData();
1086 synchronized (mCache) {
1087 RemoteViews rv = mCache.getRemoteViewsAt(position);
1102 hasNewItems = mCache.queuePositionsToBePreloadedFromRequestedPosition(position);
1108 : new RemoteViewsFrameLayout(parent.getContext(), mCache);
1115 layout.onRemoteViewsLoaded(mCache.getMetaData().mUserLoadingView,
1118 mCache.queueRequestedPositionToLoad(position);
1126 final RemoteViewsMetaData metaData = mCache.getMetaData();
1133 final RemoteViewsMetaData metaData = mCache.getMetaData();
1160 synchronized (mCache) {
1161 mCache.reset();
1168 synchronized(mCache.getTemporaryMetaData()) {
1169 newCount = mCache.getTemporaryMetaData().count;
1189 synchronized (mCache) {
1190 mCache.commitTemporaryMetaData();