Searched refs:ROWCACHESIZE (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Music/src/com/android/music/
H A DSortCursor.java34 private final int ROWCACHESIZE = 64; field in class:SortCursor
35 private int mRowNumCache[] = new int[ROWCACHESIZE];
36 private int mCursorCache[] = new int[ROWCACHESIZE];
87 mCurRowNumCache = new int[ROWCACHESIZE][length];
117 int cache_entry = newPosition % ROWCACHESIZE;

Completed in 86 milliseconds