HomeSort by relevance Sort by last modified time
    Searched refs:AKEY_EVENT_ACTION_UP (Results 1 - 19 of 19) sorted by null

  /development/ndk/platforms/android-9/include/android/
input.h 127 AKEY_EVENT_ACTION_UP = 1,
184 /* Set for AKEY_EVENT_ACTION_UP when this event's key code is still being
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/
input.h 127 AKEY_EVENT_ACTION_UP = 1,
184 /* Set for AKEY_EVENT_ACTION_UP when this event's key code is still being
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/
input.h 127 AKEY_EVENT_ACTION_UP = 1,
184 /* Set for AKEY_EVENT_ACTION_UP when this event's key code is still being
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/
input.h 127 AKEY_EVENT_ACTION_UP = 1,
184 /* Set for AKEY_EVENT_ACTION_UP when this event's key code is still being
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/
input.h 127 AKEY_EVENT_ACTION_UP = 1,
184 /* Set for AKEY_EVENT_ACTION_UP when this event's key code is still being
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/
input.h 127 AKEY_EVENT_ACTION_UP = 1,
184 /* Set for AKEY_EVENT_ACTION_UP when this event's key code is still being
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/
input.h 127 AKEY_EVENT_ACTION_UP = 1,
184 /* Set for AKEY_EVENT_ACTION_UP when this event's key code is still being
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/
input.h 127 AKEY_EVENT_ACTION_UP = 1,
184 /* Set for AKEY_EVENT_ACTION_UP when this event's key code is still being
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/
input.h 127 AKEY_EVENT_ACTION_UP = 1,
184 /* Set for AKEY_EVENT_ACTION_UP when this event's key code is still being
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/
input.h 127 AKEY_EVENT_ACTION_UP = 1,
184 /* Set for AKEY_EVENT_ACTION_UP when this event's key code is still being
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/android/
input.h 127 AKEY_EVENT_ACTION_UP = 1,
184 /* Set for AKEY_EVENT_ACTION_UP when this event's key code is still being
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/android/
input.h 127 AKEY_EVENT_ACTION_UP = 1,
184 /* Set for AKEY_EVENT_ACTION_UP when this event's key code is still being
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/android/
input.h 127 AKEY_EVENT_ACTION_UP = 1,
184 /* Set for AKEY_EVENT_ACTION_UP when this event's key code is still being
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/
input.h 127 AKEY_EVENT_ACTION_UP = 1,
184 /* Set for AKEY_EVENT_ACTION_UP when this event's key code is still being
  /frameworks/native/include/android/
input.h 157 AKEY_EVENT_ACTION_UP = 1,
214 /* Set for AKEY_EVENT_ACTION_UP when this event's key code is still being
    [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp     [all...]
  /frameworks/base/services/input/
InputDispatcher.cpp 104 case AKEY_EVENT_ACTION_UP:
412 } else if (keyEntry->action == AKEY_EVENT_ACTION_UP) {
    [all...]
InputReader.cpp 183 || (action == AKEY_EVENT_ACTION_UP
    [all...]
  /frameworks/base/libs/androidfw/
KeyCharacterMap.cpp 447 down ? AKEY_EVENT_ACTION_DOWN : AKEY_EVENT_ACTION_UP,
    [all...]

Completed in 337 milliseconds