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

1 2 3 4

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
reboot.h 33 /* Enable reboot using Ctrl-Alt-Delete keystroke. */
36 /* Disable reboot using Ctrl-Alt-Delete keystroke. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
reboot.h 33 /* Enable reboot using Ctrl-Alt-Delete keystroke. */
36 /* Disable reboot using Ctrl-Alt-Delete keystroke. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
reboot.h 33 /* Enable reboot using Ctrl-Alt-Delete keystroke. */
36 /* Disable reboot using Ctrl-Alt-Delete keystroke. */
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/action/
CaptureLayersAction.java 21 import javax.swing.KeyStroke;
34 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_P,
CaptureNodeAction.java 21 import javax.swing.KeyStroke;
34 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_D,
ExitAction.java 23 import javax.swing.KeyStroke;
37 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_Q,
InvalidateAction.java 21 import javax.swing.KeyStroke;
34 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_I,
LoadGraphAction.java 21 import javax.swing.KeyStroke;
35 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_L,
RefreshWindowsAction.java 21 import javax.swing.KeyStroke;
33 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_F7, 0));
RequestLayoutAction.java 21 import javax.swing.KeyStroke;
34 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_R,
SaveSceneAction.java 21 import javax.swing.KeyStroke;
36 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_S,
ShowDevicesAction.java 22 import javax.swing.KeyStroke;
36 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_D,
StartServerAction.java 21 import javax.swing.KeyStroke;
33 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_F5, 0));
StopServerAction.java 21 import javax.swing.KeyStroke;
33 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_F6, 0));
DumpDisplayListAction.java 20 import javax.swing.KeyStroke;
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxevents.c 112 SDL_keysym * NX_TranslateKey (GR_EVENT_KEYSTROKE * keystroke, SDL_keysym * keysym)
114 GR_KEY ch = keystroke -> ch ;
118 keysym -> scancode = keystroke -> scancode ;
131 GR_KEYMOD mod = keystroke -> modifiers ;
285 NX_TranslateKey (& event.keystroke, & keysym)) ;
295 NX_TranslateKey (& event.keystroke, & keysym)) ;
  /external/chromium/chrome/browser/chromeos/login/
existing_user_view.h 37 const views::KeyEvent& keystroke);
screen_lock_view.h 64 const views::KeyEvent& keystroke);
password_changed_view.h 66 const views::KeyEvent& keystroke) {
  /frameworks/base/core/res/res/raw-tl/
incognito_mode_start_page.html 14 <li>Malicious software na sinusubaybayan ang iyong mga keystroke kapalit ng mga libreng smiley</li>
  /frameworks/base/core/res/res/raw-tl-xlarge/
incognito_mode_start_page.html 14 <li>Malicious software na sinusubaybayan ang iyong mga keystroke kapalit ng mga libreng smiley</li>
  /external/chromium/chrome/common/extensions/docs/static/
omnibox.html 19 Each keystroke is sent to your
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
AbstractTextPropertyEditor.java 13 import org.eclipse.jface.bindings.keys.KeyStroke;
65 KeyStroke keyStroke,
68 super(control, controlContentAdapter, proposalProvider, keyStroke,
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
WorkSpaceController.java 268 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(
281 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 778 // keystroke and just issue a 'commit' signal during handling. In situations
780 // composition, act as if the keystroke was not filtered. The one exception to
802 // There are two situations where we do filter the keystroke:
804 // 2. The IMContext did not instruct us to filter, but the keystroke caused a
806 // a composition and not mark the keystroke as filtered.
    [all...]

Completed in 425 milliseconds

1 2 3 4