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

  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/action/
RequestLayoutAction.java 34 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_R,
  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_vkeys.h 51 #define VK_R 'R'
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_vkeys.h 51 #define VK_R 'R'
SDL_dibevents.c 460 VK_keymap[VK_R] = SDLK_r;
  /external/webkit/Source/WebCore/platform/haiku/
PlatformKeyboardEventHaiku.cpp 265 return VK_R;
  /external/webkit/Source/WebCore/platform/cocoa/
KeyEventCocoa.mm 350 /* 0x0F */ VK_R,
518 case 'r': case 'R': return VK_R;
  /external/webkit/Source/WebCore/platform/android/
KeyEventAndroid.cpp 127 return VK_R;
  /external/webkit/Source/WebCore/platform/wx/
KeyboardEventWx.cpp 306 return VK_R; // (52) R key case 'r': case 'R': return 0x52;
  /external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
AwtKeyInput.java 178 return KeyEvent.VK_R;
416 case KeyEvent.VK_R:
  /external/webkit/Source/WebCore/platform/qt/
PlatformKeyboardEventQt.cpp 387 return VK_R; // (52) R key case 'r': case 'R': return 0x52;
539 case VK_R:
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
WorkSpaceController.java 282 KeyEvent.VK_R, InputEvent.CTRL_MASK));
  /external/webkit/Source/WebCore/platform/
WindowsKeyboardCodes.h 131 #define VK_R 0x52
  /external/webkit/Source/WebCore/platform/gtk/
PlatformKeyboardEventGtk.cpp 363 return VK_R; // (52) R key case 'r': case 'R': return 0x52;

Completed in 381 milliseconds