Searched refs:shortcutKeyString (Results 1 – 2 of 2) sorted by relevance
776 String shortcutKeyString = null; in getHumanReadableShortcutKeys() local779 shortcutKeyString = String.valueOf(info.getBaseCharacter()); in getHumanReadableShortcutKeys()781 shortcutKeyString = mSpecialCharacterNames.get(info.getKeycode()); in getHumanReadableShortcutKeys()789 shortcutKeyString = String.valueOf(displayLabel); in getHumanReadableShortcutKeys()793 shortcutKeyString = String.valueOf(displayLabel); in getHumanReadableShortcutKeys()800 if (shortcutKeyString != null) { in getHumanReadableShortcutKeys()801 shortcutKeys.add(new StringDrawableContainer(shortcutKeyString, shortcutKeyDrawable)); in getHumanReadableShortcutKeys()
1220 String shortcutKeyString = null; in getHumanReadableShortcutKeys() local1223 shortcutKeyString = String.valueOf(info.getBaseCharacter()); in getHumanReadableShortcutKeys()1225 shortcutKeyString = mSpecialCharacterNames.get(info.getKeycode()); in getHumanReadableShortcutKeys()1233 shortcutKeyString = String.valueOf(displayLabel); in getHumanReadableShortcutKeys()1237 shortcutKeyString = String.valueOf(displayLabel); in getHumanReadableShortcutKeys()1244 if (shortcutKeyString != null) { in getHumanReadableShortcutKeys()1245 shortcutKeys.add(new StringDrawableContainer(shortcutKeyString, shortcutKeyDrawable)); in getHumanReadableShortcutKeys()