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

  /sdk/draw9patch/src/com/android/draw9patch/ui/action/
SaveAction.java 35 putValue(MNEMONIC_KEY, KeyEvent.VK_S);
36 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_S,
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/action/
SaveSceneAction.java 35 putValue(MNEMONIC_KEY, KeyEvent.VK_S);
36 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_S,
  /external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_vkeys.h 52 #define VK_S 'S'
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_vkeys.h 52 #define VK_S 'S'
SDL_dibevents.c 362 VK_keymap[VK_S] = SDLK_s;
  /external/webkit/Source/WebCore/platform/haiku/
PlatformKeyboardEventHaiku.cpp 268 return VK_S;
  /external/webkit/Source/WebCore/platform/cocoa/
KeyEventCocoa.mm 336 /* 1 */ VK_S,
519 case 's': case 'S': return VK_S;
  /external/webkit/Source/WebCore/platform/android/
KeyEventAndroid.cpp 129 return VK_S;
  /external/webkit/Source/WebCore/platform/wx/
KeyboardEventWx.cpp 308 return VK_S; // (53) S key case 's': case 'S': return 0x53;
  /external/webkit/Source/WebCore/platform/qt/
PlatformKeyboardEventQt.cpp 389 return VK_S; // (53) S key case 's': case 'S': return 0x53;
540 case VK_S:
  /external/webkit/Source/WebCore/platform/
WindowsKeyboardCodes.h 132 #define VK_S 0x53
  /external/webkit/Source/WebCore/platform/gtk/
PlatformKeyboardEventGtk.cpp 366 return VK_S; // (53) S key case 's': case 'S': return 0x53;

Completed in 68 milliseconds