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