Home | History | Annotate | Download | only in widget

Lines Matching refs:mCache

71     private FixedSizeRemoteViewsCache mCache;
213 synchronized (adapter.mCache) {
214 adapter.mCache.commitTemporaryMetaData();
786 mCache = sCachedRemoteViewsCaches.get(key);
787 synchronized (mCache.mMetaData) {
788 if (mCache.mMetaData.count > 0) {
795 mCache = new FixedSizeRemoteViewsCache(sDefaultCacheSize);
831 synchronized (mCache.mMetaData) {
832 metaDataCount = mCache.mMetaData.count;
834 synchronized (mCache) {
835 numRemoteViewsCached = mCache.mIndexRemoteViews.size();
838 sCachedRemoteViewsCaches.put(key, mCache);
866 synchronized (mCache) {
867 int[] res = mCache.getNextIndexToLoad();
890 final RemoteViewsMetaData metaData = mCache.getMetaData();
894 synchronized (mCache) {
895 mCache.reset();
919 final RemoteViewsMetaData tmpMetaData = mCache.getTemporaryMetaData();
964 RemoteViewsMetaData metaData = mCache.getMetaData();
969 cacheCount = mCache.mMetaData.count;
971 synchronized (mCache) {
976 mCache.insert(position, remoteViews, itemId, visibleWindow);
1005 final RemoteViewsMetaData metaData = mCache.getMetaData();
1017 synchronized (mCache) {
1018 if (mCache.containsMetaDataAt(position)) {
1019 return mCache.getMetaDataAt(position).itemId;
1027 synchronized (mCache) {
1028 if (mCache.containsMetaDataAt(position)) {
1029 typeId = mCache.getMetaDataAt(position).typeId;
1035 final RemoteViewsMetaData metaData = mCache.getMetaData();
1069 synchronized (mCache) {
1070 boolean isInCache = mCache.containsRemoteViewAt(position);
1080 hasNewItems = mCache.queuePositionsToBePreloadedFromRequestedPosition(position);
1097 RemoteViews rv = mCache.getRemoteViewsAt(position);
1098 RemoteViewsIndexMetaData indexMetaData = mCache.getMetaDataAt(position);
1127 final RemoteViewsMetaData metaData = mCache.getMetaData();
1130 mCache, mLayoutInflater);
1140 final RemoteViewsMetaData metaData = mCache.getMetaData();
1143 mCache, mLayoutInflater);
1147 mCache.queueRequestedPositionToLoad(position);
1156 final RemoteViewsMetaData metaData = mCache.getMetaData();
1163 final RemoteViewsMetaData metaData = mCache.getMetaData();
1190 synchronized (mCache) {
1191 mCache.reset();
1198 synchronized(mCache.getTemporaryMetaData()) {
1199 newCount = mCache.getTemporaryMetaData().count;
1219 synchronized (mCache) {
1220 mCache.commitTemporaryMetaData();