Searched refs:mCachePos (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationCursor.java296 // safely shares mCachePos without mutexes by only reading it once and
299 final int pos = mCachePos;
313 mCachePos = pos + 1;
325 LogUtils.i(LOG_TAG, "ConversationCursor caching complete pos=%s", mCachePos);
359 private int mCachePos; field in class:ConversationCursor.UnderlyingCursorWrapper
457 mCachePos = 0;
461 * Resumes caching at {@link #mCachePos}.
470 if (mCachingEnabled && mCachePos < getCount()) {
471 mCacheLoaderTask = new CacheLoaderTask(mCachePos);
481 mCacheLoaderTask.mStartPos, mCachePos);
[all...]

Completed in 60 milliseconds