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

  /frameworks/base/libs/androidfw/
KeyCharacterMap.cpp 251 if (behavior->fallbackKeyCode) {
252 outFallbackAction->keyCode = behavior->fallbackKeyCode;
584 int32_t fallbackKeyCode = parcel->readInt32();
592 behavior->fallbackKeyCode = fallbackKeyCode;
624 parcel->writeInt32(behavior->fallbackKeyCode);
656 next(NULL), metaState(0), character(0), fallbackKeyCode(0) {
662 fallbackKeyCode(other.fallbackKeyCode) {
    [all...]
  /frameworks/base/services/input/
InputDispatcher.cpp     [all...]
InputDispatcher.h 729 void setFallbackKey(int32_t originalKeyCode, int32_t fallbackKeyCode);
    [all...]
  /frameworks/base/include/androidfw/
KeyCharacterMap.h 153 int32_t fallbackKeyCode;

Completed in 191 milliseconds