Searched refs:sShortcutResource (Results 1 – 2 of 2) sorted by relevance
55 private static final Map<ShortcutId, int[]> sShortcutResource = new HashMap<>() {{ field in A11yMenuShortcut162 int[] resources = sShortcutResource.getOrDefault(ShortcutId.values()[id], new int[] { in setId()
32 2. Put an entry for the enum value into the `sShortcutResource` `HashMap` in `A11yMenuShortcut`.