Searched refs:shortcutListSize (Results 1 – 1 of 1) sorted by relevance
117 int shortcutListSize = shortcutList.size(); in generateShortcutSubLists() local119 while (start < shortcutListSize) { in generateShortcutSubLists()120 end = Math.min(start + pageItemCount, shortcutListSize); in generateShortcutSubLists()