Searched refs:displayLabel (Results 1 – 4 of 4) sorted by relevance
533 public char displayLabel; field in KeyCharacterMap.KeyData570 char displayLabel = nativeGetDisplayLabel(mPtr, keyCode); in getKeyData() local571 if (displayLabel == 0) { in getKeyData()575 results.displayLabel = displayLabel; in getKeyData()
714 char displayLabel = mKeyCharacterMap.getDisplayLabel(info.getKeycode()); in getHumanReadableShortcutKeys() local715 if (displayLabel != 0) { in getHumanReadableShortcutKeys()716 shortcutKeyString = String.valueOf(displayLabel); in getHumanReadableShortcutKeys()718 displayLabel = mBackupKeyCharacterMap.getDisplayLabel(info.getKeycode()); in getHumanReadableShortcutKeys()719 if (displayLabel != 0) { in getHumanReadableShortcutKeys()720 shortcutKeyString = String.valueOf(displayLabel); in getHumanReadableShortcutKeys()
32363 field public char displayLabel;
48958 field @Deprecated public char displayLabel;