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

  /frameworks/base/include/ui/
KeycodeLabels.h 181 kKeyCodeW = 51,
  /external/qemu/android/
keycode.h 69 kKeyCodeW = KEY_W,
charmap.c 97 { "W", kKeyCodeW },
163 { kKeyCodeW , 'w', 'W', '1', 0x00, '1' },
227 { kKeyCodeW , 'w', 'W', '~', '~', '~' },
  /external/webkit/WebCore/platform/android/
KeyEventAndroid.cpp 136 case kKeyCodeW:
  /external/qemu/android/skin/
file.c 150 { "w", kKeyCodeW },
keyboard.c 356 case SDLK_w: return kKeyCodeW;

Completed in 240 milliseconds