Searched refs:mCurRowNumCache (Results 1 – 1 of 1) sorted by relevance
40 private int mCurRowNumCache[][]; field in SortCursor91 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()