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

  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/action/
LoadGraphAction.java 34 putValue(MNEMONIC_KEY, KeyEvent.VK_L);
35 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_L,
  /external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_vkeys.h 45 #define VK_L 'L'
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_vkeys.h 45 #define VK_L 'L'
SDL_dibevents.c 355 VK_keymap[VK_L] = SDLK_l;
  /external/webkit/Source/WebCore/platform/haiku/
PlatformKeyboardEventHaiku.cpp 247 return VK_L;
  /external/webkit/Source/WebCore/platform/cocoa/
KeyEventCocoa.mm 372 /* 0x25 */ VK_L,
512 case 'l': case 'L': return VK_L;
  /external/webkit/Source/WebCore/platform/android/
KeyEventAndroid.cpp 115 return VK_L;
  /external/webkit/Source/WebCore/platform/wx/
KeyboardEventWx.cpp 294 return VK_L; // (4C) L key case 'l': case 'L': return 0x4C;
  /external/webkit/Source/WebCore/platform/qt/
PlatformKeyboardEventQt.cpp 375 return VK_L; // (4C) L key case 'l': case 'L': return 0x4C;
533 case VK_L:
  /external/webkit/Source/WebCore/platform/
WindowsKeyboardCodes.h 125 #define VK_L 0x4C
  /external/webkit/Source/WebCore/platform/gtk/
PlatformKeyboardEventGtk.cpp 345 return VK_L; // (4C) L key case 'l': case 'L': return 0x4C;

Completed in 144 milliseconds