OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KeyInfo
(Results
1 - 4
of
4
) sorted by null
/development/simulator/app/
PhoneWindow.h
90
class
KeyInfo
{
92
KeyInfo
(void) : mKeyCode(AKEYCODE_UNKNOWN) {}
93
KeyInfo
(const
KeyInfo
& src) {
96
~
KeyInfo
(void) {}
98
KeyInfo
& operator=(const
KeyInfo
& src) {
155
android::List<
KeyInfo
> mPressedKeys;
156
typedef android::List<
KeyInfo
>::iterator ListIter;
/external/qemu/android/skin/
file.c
118
}
KeyInfo
;
120
static
KeyInfo
_keyinfo_table[] = {
193
KeyInfo
*ki = _keyinfo_table;
/frameworks/base/libs/ui/tests/
InputReader_test.cpp
364
struct
KeyInfo
{
376
KeyedVector<int32_t,
KeyInfo
> keys;
445
KeyInfo
info;
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 712 milliseconds