Searched refs:applyKeyRemapping (Results 1 – 3 of 3) sorted by relevance
138 int32_t applyKeyRemapping(int32_t fromKeyCode) const;
355 int32_t KeyCharacterMap::applyKeyRemapping(int32_t fromKeyCode) const { in applyKeyRemapping() function in android::KeyCharacterMap
1141 return device->getKeyCharacterMap()->applyKeyRemapping(outKeyCode); in getKeyCodeForKeyLocation()1244 *outKeycode = kcm->applyKeyRemapping(*outKeycode); in mapKey()