Searched refs:kIncrAmount (Results 1 – 1 of 1) sorted by relevance
29 private static final int kIncrAmount = 1000; field in SubsetSelector89 int less = Math.max(0, mLimit - kIncrAmount); in render()98 int more = Math.min(mLimit + kIncrAmount, all); in render()