Searched defs:fromKey (Results 1 – 7 of 7) sorted by relevance
60 public void remapKey(int fromKey, int toKey) { in remapKey()97 private void remapKeyInternal(int fromKey, int toKey) { in remapKeyInternal()
174 public boolean remapKey(int fromKey, int toKey) { in remapKey()326 int fromKey = parser.getAttributeInt(null, "from-key"); in loadKeyRemappingFromXml() local
3071 public void remapModifierKey(int fromKey, int toKey) { in remapModifierKey()
584 private final String fromKey; field in ContentProviderOperation.BackReference586 private BackReference(int fromIndex, String fromKey) { in BackReference()825 @NonNull String fromKey) { in withValueBackReference()889 @NonNull String fromKey) { in withExtraBackReference()953 @NonNull String fromKey) { in withSelectionBackReference()
127 void remapModifierKey(int fromKey, int toKey); in remapModifierKey()
666 public void remapModifierKey(@RemappableModifierKey int fromKey, in remapModifierKey()
696 for (auto& fromKey : getKeyCharacterMap()->findKeyCodesMappedToKeyCode(keycode)) { in hasKeycodeLocked() local