Searched refs:PAGE_SIZE (Results 1 – 1 of 1) sorted by relevance
29 private static final int PAGE_SIZE = 10; field in PaginatedCursor34 private static final int PAGE_THRESHOLD = PAGE_SIZE / 2;129 for (int row = index; row < (index + PAGE_SIZE) && row < mRowCount; row++) { in loadCacheStartingFromPosition()153 mLastCachePosition = Math.min(index + PAGE_SIZE, mRowCount) - 1; in loadCacheStartingFromPosition()