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

  /frameworks/base/include/ui/
KeyCharacterMap.h 109 int32_t fallbackKeyCode;
  /frameworks/base/services/input/
InputDispatcher.cpp     [all...]
InputDispatcher.h 751 void setFallbackKey(int32_t originalKeyCode, int32_t fallbackKeyCode);
    [all...]
  /frameworks/base/libs/ui/
KeyCharacterMap.cpp 177 if (behavior->fallbackKeyCode) {
178 outFallbackAction->keyCode = behavior->fallbackKeyCode;
442 next(NULL), metaState(0), character(0), fallbackKeyCode(0) {
672 behavior.fallbackKeyCode = keyCode;
725 newBehavior->metaState, newBehavior->character, newBehavior->fallbackKeyCode);

Completed in 502 milliseconds