Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/database/
H A DSortCursor.java38 private int mRowNumCache[] = new int[ROWCACHESIZE]; field in SortCursor
88 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()