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;
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...]
InputDispatcher.h 745 void setFallbackKey(int32_t originalKeyCode, int32_t fallbackKeyCode);
    [all...]
  /frameworks/native/include/input/
KeyCharacterMap.h 161 int32_t fallbackKeyCode;

Completed in 573 milliseconds