Searched refs:KEYCODES (Results 1 – 2 of 2) sorted by relevance
57 static const std::unordered_map<std::string, int> KEYCODES;
397 const std::unordered_map<std::string, int> InputEventLookup::KEYCODES = {KEYCODES_SEQUENCE}; member in android::InputEventLookup425 return int32_t(lookupValueByLabel(KEYCODES, label)); in getKeyCodeByLabel()429 if (keyCode >= 0 && static_cast<size_t>(keyCode) < KEYCODES.size()) { in getLabelByKeyCode()