HomeSort by relevance Sort by last modified time
    Searched full:keypress (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /cts/tests/res/anim/
lineartest.xml 25 <event kind="keyPress" code="up">
37 <event kind="keyPress" code="down">
  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgaevents.c 78 case KeyPress: {
86 printf("KeyPress (X11 keycode = 0x%X)\n", xkey.keycode);
103 * this (perhaps null keypress events with a
  /external/webkit/WebCore/dom/
KeyboardEvent.h 84 int keyCode() const; // key code for keydown and keyup, character for keypress
85 int charCode() const; // character code for keypress, 0 for keydown and keyup
91 // We only have this need to store keypress command info on the Mac.
KeyboardEvent.cpp 118 // IE: virtual key code for keyup/keydown, character code for keypress
119 // Firefox: virtual key code for keyup/keydown, zero for keypress
131 // Firefox: 0 for keydown/keyup events, character code for keypress
150 // Netscape's "which" returns a virtual key code for keydown and keyup, and a character code for keypress.
Event.idl 47 const unsigned short KEYPRESS = 1024;
EventNames.h 67 macro(keypress) \
Event.h 57 KEYPRESS = 1024,
  /external/webkit/WebCore/bridge/
npruntime_internal.h 44 #undef KeyPress
  /external/webkit/WebCore/manual-tests/inspector/
debugger-shortcuts-with-console-opened.html 15 Press F11, F10, F11 sequentially. You should see the "Test completed." alert dialog ONLY after the last keypress.</p>
  /external/webkit/WebCore/manual-tests/
arrow-key-events.html 3 Redundant keydown, keypress, keyup events sent for arrow keys.</p>
  /frameworks/base/awt/org/apache/harmony/awt/wtk/
NativeRobot.java 49 * @see java.awt.Robot#keyPress(int)
  /external/bluetooth/bluez/tools/
hcieventmask.c 109 events[7] |= 0x08; /* Keypress Notification */
  /external/qemu/android/skin/
keyset.h 114 /* return the command for a given keypress - SKIN_KEY_COMMAND_NONE is returned if unknown */
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_keyboard.h 44 this is a UNICODE character corresponding to the keypress. If the
  /external/webkit/WebCore/svg/
SVGElementInstance.h 88 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), keypress); member in class:WebCore::SVGElementInstance
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_keyboard.h 44 this is a UNICODE character corresponding to the keypress. If the
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_keyboard.h 44 this is a UNICODE character corresponding to the keypress. If the
  /prebuilt/windows/sdl/host/include/SDL/
SDL_keyboard.h 48 this is a UNICODE character corresponding to the keypress. If the
  /prebuilt/windows/sdl/include/SDL/
SDL_keyboard.h 44 this is a UNICODE character corresponding to the keypress. If the
  /external/webkit/WebCore/html/
HTMLButtonElement.cpp 116 // No setDefaultHandled() - IE dispatches a keypress in this case.
  /external/webkit/WebCore/platform/
PlatformKeyboardEvent.h 96 // characters in a single keypress event on some platforms).
  /external/webkit/WebKitTools/DumpRenderTree/qt/
TextInputControllerQt.cpp 125 QKeyEvent event(QEvent::KeyPress, keycode, modifiers);
  /frameworks/base/docs/html/resources/articles/
future-proofing.jd 63 have created a custom View that sinks keypress events) you should make
  /ndk/samples/san-angeles/jni/
app-linux.c 220 case KeyPress:
  /packages/inputmethods/LatinIME/java/res/values/
strings.xml 26 <!-- Option to provide vibrate/haptic feedback on keypress -->
27 <string name="vibrate_on_keypress">Vibrate on keypress</string>
28 <!-- Option to play back sound on keypress in soft keyboard -->
29 <string name="sound_on_keypress">Sound on keypress</string>

Completed in 47 milliseconds

1 2 3 4 5