HomeSort by relevance Sort by last modified time
    Searched refs:ROWCACHESIZE (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/database/
SortCursor.java 34 private final int ROWCACHESIZE = 64;
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;
  /packages/apps/Music/src/com/android/music/
SortCursor.java 34 private final int ROWCACHESIZE = 64;
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 158 milliseconds