Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/database/
H A DSortCursor.java40 private int mCurRowNumCache[][]; field in SortCursor
91 mCurRowNumCache = new int[ROWCACHESIZE][length]; in SortCursor()
130 mCursor.moveToPosition(mCurRowNumCache[cache_entry][which]); in onMove()
141 mCursors[i].moveToPosition(mCurRowNumCache[mLastCacheHit][i]); in onMove()
181 mCurRowNumCache[cache_entry][i] = mCursors[i].getPosition(); in onMove()