Searched refs:mModifierList (Results 1 – 2 of 2) sorted by relevance
93 private final int[] mModifierList = new int[] { field in KeyboardShortcuts815 for(int i = 0; i < mModifierList.length; ++i) { in getHumanReadableModifiers()816 final int supportedModifier = mModifierList[i]; in getHumanReadableModifiers()
136 private final int[] mModifierList = new int[] { field in KeyboardShortcutListSearch1259 for (int supportedModifier : mModifierList) { in getHumanReadableModifiers()