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 153 int32_t fallbackKeyCode;
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 252 if (behavior->fallbackKeyCode) {
253 outFallbackAction->keyCode = behavior->fallbackKeyCode;
585 int32_t fallbackKeyCode = parcel->readInt32();
593 behavior->fallbackKeyCode = fallbackKeyCode;
625 parcel->writeInt32(behavior->fallbackKeyCode);
657 next(NULL), metaState(0), character(0), fallbackKeyCode(0) {
663 fallbackKeyCode(other.fallbackKeyCode) {
    [all...]
  /frameworks/base/services/input/
InputDispatcher.cpp     [all...]

Completed in 384 milliseconds