Searched refs:approximateSectionCount (Results 1 – 1 of 1) sorted by relevance
383 final int approximateSectionCount = getCount() / 5; in getSections() local384 final List<String> sections = new ArrayList<>(approximateSectionCount); in getSections()385 final List<Integer> positions = new ArrayList<>(approximateSectionCount); in getSections()