HomeSort by relevance Sort by last modified time
    Searched full:pressed (Results 126 - 150 of 667) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/android/
input.h 74 /* No meta keys are pressed. */
77 /* This mask is used to check whether one of the ALT meta keys is pressed. */
80 /* This mask is used to check whether the left ALT meta key is pressed. */
83 /* This mask is used to check whether the right ALT meta key is pressed. */
86 /* This mask is used to check whether one of the SHIFT meta keys is pressed. */
89 /* This mask is used to check whether the left SHIFT meta key is pressed. */
92 /* This mask is used to check whether the right SHIFT meta key is pressed. */
95 /* This mask is used to check whether the SYM meta key is pressed. */
123 /* The key has been pressed down. */
212 /* A pressed gesture has started, the motion contains the initial starting location
    [all...]
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/android/
input.h 74 /* No meta keys are pressed. */
77 /* This mask is used to check whether one of the ALT meta keys is pressed. */
80 /* This mask is used to check whether the left ALT meta key is pressed. */
83 /* This mask is used to check whether the right ALT meta key is pressed. */
86 /* This mask is used to check whether one of the SHIFT meta keys is pressed. */
89 /* This mask is used to check whether the left SHIFT meta key is pressed. */
92 /* This mask is used to check whether the right SHIFT meta key is pressed. */
95 /* This mask is used to check whether the SYM meta key is pressed. */
123 /* The key has been pressed down. */
212 /* A pressed gesture has started, the motion contains the initial starting location
    [all...]
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/android/
input.h 74 /* No meta keys are pressed. */
77 /* This mask is used to check whether one of the ALT meta keys is pressed. */
80 /* This mask is used to check whether the left ALT meta key is pressed. */
83 /* This mask is used to check whether the right ALT meta key is pressed. */
86 /* This mask is used to check whether one of the SHIFT meta keys is pressed. */
89 /* This mask is used to check whether the left SHIFT meta key is pressed. */
92 /* This mask is used to check whether the right SHIFT meta key is pressed. */
95 /* This mask is used to check whether the SYM meta key is pressed. */
123 /* The key has been pressed down. */
212 /* A pressed gesture has started, the motion contains the initial starting location
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/android/
input.h 74 /* No meta keys are pressed. */
77 /* This mask is used to check whether one of the ALT meta keys is pressed. */
80 /* This mask is used to check whether the left ALT meta key is pressed. */
83 /* This mask is used to check whether the right ALT meta key is pressed. */
86 /* This mask is used to check whether one of the SHIFT meta keys is pressed. */
89 /* This mask is used to check whether the left SHIFT meta key is pressed. */
92 /* This mask is used to check whether the right SHIFT meta key is pressed. */
95 /* This mask is used to check whether the SYM meta key is pressed. */
123 /* The key has been pressed down. */
212 /* A pressed gesture has started, the motion contains the initial starting location
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/android/
input.h 74 /* No meta keys are pressed. */
77 /* This mask is used to check whether one of the ALT meta keys is pressed. */
80 /* This mask is used to check whether the left ALT meta key is pressed. */
83 /* This mask is used to check whether the right ALT meta key is pressed. */
86 /* This mask is used to check whether one of the SHIFT meta keys is pressed. */
89 /* This mask is used to check whether the left SHIFT meta key is pressed. */
92 /* This mask is used to check whether the right SHIFT meta key is pressed. */
95 /* This mask is used to check whether the SYM meta key is pressed. */
123 /* The key has been pressed down. */
212 /* A pressed gesture has started, the motion contains the initial starting location
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/android/
input.h 74 /* No meta keys are pressed. */
77 /* This mask is used to check whether one of the ALT meta keys is pressed. */
80 /* This mask is used to check whether the left ALT meta key is pressed. */
83 /* This mask is used to check whether the right ALT meta key is pressed. */
86 /* This mask is used to check whether one of the SHIFT meta keys is pressed. */
89 /* This mask is used to check whether the left SHIFT meta key is pressed. */
92 /* This mask is used to check whether the right SHIFT meta key is pressed. */
95 /* This mask is used to check whether the SYM meta key is pressed. */
123 /* The key has been pressed down. */
212 /* A pressed gesture has started, the motion contains the initial starting location
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/android/
input.h 74 /* No meta keys are pressed. */
77 /* This mask is used to check whether one of the ALT meta keys is pressed. */
80 /* This mask is used to check whether the left ALT meta key is pressed. */
83 /* This mask is used to check whether the right ALT meta key is pressed. */
86 /* This mask is used to check whether one of the SHIFT meta keys is pressed. */
89 /* This mask is used to check whether the left SHIFT meta key is pressed. */
92 /* This mask is used to check whether the right SHIFT meta key is pressed. */
95 /* This mask is used to check whether the SYM meta key is pressed. */
123 /* The key has been pressed down. */
212 /* A pressed gesture has started, the motion contains the initial starting location
    [all...]
  /bootable/recovery/
ui.cpp 99 // pressed and then released, with no other keypresses or releases in
212 int pressed = key_pressed[key]; local
214 return pressed;
screen_ui.h 78 // Log text overlay, displayed when a magic key is pressed
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_mac.h 94 virtual void OnControlKeyChanged(bool pressed);
213 // Was delete pressed?
216 // Was the delete key pressed with an empty selection at the end of the edit?
  /frameworks/base/core/java/android/widget/
ImageButton.java 32 * Displays a button with an image (instead of text) that can be pressed
44 * orange one for when focused, and a yellow one for when pressed. An easy way to
50 * android:drawable="@drawable/button_pressed" /> <!-- pressed -->
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 248 /** The current pressed state of this key */
249 public boolean pressed; field in class:Keyboard.Key
252 /** Text to output when pressed. This can be multiple characters, like ".com" */
391 * Informs the key that it has been pressed, in case it needs to change its appearance or
396 pressed = !pressed;
400 * Changes the pressed state of the key. If it is a sticky key, it will also change the
406 pressed = !pressed;
495 if (pressed) {
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.html 297 // Display content under heading when spacebar or right-arrow pressed
298 // Hide content when spacebar pressed again or left-arrow pressed
299 // Move to next heading when down-arrow pressed
300 // Move to previous heading when up-arrow pressed
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosevents.c 62 /* No key has been pressed return value*/
73 static SDL_keysym *TranslateKey(int intkey, SDL_keysym *keysym, int pressed);
361 /* Scan the keyboard to see what is pressed */
412 /* Generate key pressed messages */
426 static SDL_keysym *TranslateKey(int intkey, SDL_keysym *keysym, int pressed)
433 if ( pressed && SDL_TranslateUNICODE )
  /external/webkit/Source/WebCore/platform/
Scrollbar.cpp 187 // Don't do anything for the thumb or if nothing was pressed.
283 else if (m_pressedPart == NoPart) { // When there's a pressed part, we don't draw a hovered state, so there's no reason to invalidate.
297 else if (m_hoveredPart != NoPart) // When we no longer have a pressed part, we can start drawing a hovered state on the hovered part.
322 // The mouse is moving back over the pressed part. We
327 // The mouse is leaving the pressed part. Kill our timer
373 // Set the pressed position to the middle of the thumb so that when we do the move, the delta
  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.h 38 // close: a user pressed close button on the title bar,
42 // expand: a user pressed minimized panel to expand.
43 // minimize: a user pressed the panel's title bar to minimize.
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.css 113 /* Pressed is set when an app is first touched.
115 .app.grabber-pressed img {
119 /* Grabbed is set (and pressed is cleared) when the app has been held. */
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainTest.java 193 public void onAction(String name, boolean pressed, float tpf) {
194 if (name.equals("wireframe") && !pressed) {
201 } else if (name.equals("triPlanar") && !pressed) {
  /external/webkit/Source/WebCore/platform/gtk/
ScrollbarThemeGtk2.cpp 135 bool pressed = (part == scrollbar->pressedPart()); local
142 if (pressed) {
193 if (pressed) {
  /external/webkit/Source/WebCore/rendering/
RenderEmbeddedObject.cpp 129 void RenderEmbeddedObject::setMissingPluginIndicatorIsPressed(bool pressed)
131 if (m_missingPluginIndicatorIsPressed == pressed)
134 m_missingPluginIndicatorIsPressed = pressed;
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 256 /** The current pressed state of this key */
257 public boolean pressed; field in class:Keyboard.Key
260 /** Text to output when pressed. This can be multiple characters, like ".com" */
395 * Informs the key that it has been pressed, in case it needs to change its appearance or
400 pressed = !pressed;
404 * Changes the pressed state of the key. If it is a sticky key, it will also change the
410 pressed = !pressed;
482 if (pressed) {
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
Forwarding.java 49 <td class="DescrColumn">Forwards the user to another activity when its button is pressed</td>
  /external/chromium/chrome/browser/chromeos/login/
network_screen.h 99 // True if user pressed continue button so we should proceed with OOBE
user_view.h 36 // Notifies that user pressed signout button on screen locker.
  /external/chromium/chrome/browser/resources/
keyboard_overlay.js 128 91: 'ALT', // left ALT pressed with SHIFT
129 92: 'ALT', // right ALT pressed with SHIFT
134 // be changed because the key currently pressed
187 classes.push('pressed');

Completed in 678 milliseconds

1 2 3 4 56 7 8 91011>>