OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KeycodeLabel
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/include/androidfw/
KeycodeLabels.h
22
struct
KeycodeLabel
{
27
static const
KeycodeLabel
KEYCODES[] = {
257
static const
KeycodeLabel
FLAGS[] = {
271
static const
KeycodeLabel
AXES[] = {
/frameworks/base/libs/androidfw/
Keyboard.cpp
171
static int lookupValueByLabel(const char* literal, const
KeycodeLabel
*list) {
181
static const char* lookupLabelByValue(int value, const
KeycodeLabel
*list) {
Completed in 1145 milliseconds