Home
last modified time | relevance | path

Searched refs:mCursorCache (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/content/src/main/java/androidx/contentpager/content/
DContentPager.java204 private final @GuardedBy("mContentLock") CursorCache mCursorCache; field in ContentPager
253 mCursorCache = new CursorCache(cursorCacheSize); in ContentPager()
307 mCursorCache.evictAll(); in reset()
328 if (mCursorCache.hasEntry(query.getUri())) { in loadContentInBackground()
354 mCursorCache.put(query.getUri(), cursor); in loadContentInBackground()
362 Cursor unpaged = mCursorCache.get(query.getUri()); in createPagedCursor()
/frameworks/base/core/java/com/android/internal/database/
DSortCursor.java36 private int mCursorCache[] = new int[ROWCACHESIZE]; field in SortCursor
120 int which = mCursorCache[cache_entry]; in onMove()
174 mCursorCache[cache_entry] = smallestIdx; in onMove()