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

  /frameworks/native/libs/input/
KeyCharacterMap.cpp 253 if (behavior->fallbackKeyCode) {
254 outFallbackAction->keyCode = behavior->fallbackKeyCode;
586 int32_t fallbackKeyCode = parcel->readInt32();
594 behavior->fallbackKeyCode = fallbackKeyCode;
626 parcel->writeInt32(behavior->fallbackKeyCode);
658 next(NULL), metaState(0), character(0), fallbackKeyCode(0) {
664 fallbackKeyCode(other.fallbackKeyCode) {
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp     [all...]
InputDispatcher.h 731 void setFallbackKey(int32_t originalKeyCode, int32_t fallbackKeyCode);
    [all...]
  /frameworks/native/include/input/
KeyCharacterMap.h 153 int32_t fallbackKeyCode;

Completed in 144 milliseconds