OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kKeyCodeApostrophe
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/include/ui/
KeycodeLabels.h
205
kKeyCodeApostrophe
= 75,
/external/qemu/android/
keycode.h
94
kKeyCodeApostrophe
= KEY_APOSTROPHE,
charmap.c
125
{ "APOSTROPHE",
kKeyCodeApostrophe
},
191
{
kKeyCodeApostrophe
, '\'', '"', '\'', '"', '\'' },
255
{
kKeyCodeApostrophe
, '\'', '"', '\'', '"', '\'' },
/external/qemu/android/skin/
keyboard.c
397
case SDLK_QUOTE: return
kKeyCodeApostrophe
;
Completed in 17 milliseconds