Searched refs:shortcutList (Results 1 – 2 of 2) sorted by relevance
114 int pageItemCount, List<A11yMenuShortcut> shortcutList) { in generateShortcutSubLists() argument117 int shortcutListSize = shortcutList.size(); in generateShortcutSubLists()121 subLists.add(shortcutList.subList(start, end)); in generateShortcutSubLists()
193 List<A11yMenuShortcut> shortcutList = new ArrayList<>(); in createShortcutList() local198 shortcutList.add(new A11yMenuShortcut(shortcutId)); in createShortcutList()200 return shortcutList; in createShortcutList()