Searched refs:mRowNumCache (Results 1 – 1 of 1) sorted by relevance
38 private int mRowNumCache[] = new int[ROWCACHESIZE]; field in SortCursor88 for (int i = mRowNumCache.length - 1; i >= 0; i--) { in SortCursor()89 mRowNumCache[i] = -2; in SortCursor()123 if (mRowNumCache[cache_entry] == newPosition) { in onMove()177 mRowNumCache[cache_entry] = newPosition; in onMove()