HomeSort by relevance Sort by last modified time
    Searched defs:fallbackKeyCode (Results 1 - 3 of 3) sorted by null

  /frameworks/native/include/input/
KeyCharacterMap.h 164 int32_t fallbackKeyCode;
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 253 if (behavior->fallbackKeyCode) {
254 outFallbackAction->keyCode = behavior->fallbackKeyCode;
632 int32_t fallbackKeyCode = parcel->readInt32();
641 behavior->fallbackKeyCode = fallbackKeyCode;
674 parcel->writeInt32(behavior->fallbackKeyCode);
707 next(NULL), metaState(0), character(0), fallbackKeyCode(0), replacementKeyCode(0) {
713 fallbackKeyCode(other.fallbackKeyCode),
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp     [all...]

Completed in 386 milliseconds