Home
last modified time | relevance | path

Searched refs:finishKey (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/include/input/
DKeyCharacterMap.h223 status_t finishKey(Key* key);
/frameworks/native/libs/input/
DKeyCharacterMap.cpp934 return finishKey(key); in parseKeyProperty()
1118 status_t KeyCharacterMap::Parser::finishKey(Key* key) { in finishKey() function in android::KeyCharacterMap::Parser