Lines Matching refs:sLookAheadPageCount
1532 final static int sLookAheadPageCount = 2;
1535 int windowSize = Math.min(count, sLookBehindPageCount + sLookAheadPageCount + 1);
1541 int windowSize = Math.min(count, sLookBehindPageCount + sLookAheadPageCount + 1);
1542 int windowMaxIndex = Math.min(Math.max(page + sLookAheadPageCount, windowSize - 1),