HomeSort by relevance Sort by last modified time
    Searched refs:KeyInfo (Results 1 - 6 of 6) 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;
PhoneWindow.cpp 957 KeyInfo newInfo;
    [all...]
  /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 360 struct KeyInfo {
372 KeyedVector<int32_t, KeyInfo> keys;
441 KeyInfo info;
    [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 972 milliseconds