OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEYCODES
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/tools/makekeycodes/
makekeycodes.cpp
20
for (int i=0;
KEYCODES
[i].literal != NULL; i++) {
22
KEYCODES
[i].literal,
KEYCODES
[i].value);
/frameworks/base/include/ui/
KeycodeLabels.h
25
static const KeycodeLabel
KEYCODES
[] = {
/frameworks/base/libs/ui/
KeyLayoutMap.cpp
145
keycode = token_to_value(token.string(),
KEYCODES
);
/build/tools/kcm/
kcm.cpp
294
const KeycodeLabel *list =
KEYCODES
;
Completed in 96 milliseconds