/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
joystick.h | 45 #define JS_EVENT_BUTTON 0x01 /* button pressed/released */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
joystick.h | 45 #define JS_EVENT_BUTTON 0x01 /* button pressed/released */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
joystick.h | 45 #define JS_EVENT_BUTTON 0x01 /* button pressed/released */
|
/frameworks/base/core/java/android/app/ |
AlertDialog.java | 212 * Set a message to be sent when a button is pressed. 226 * Set a listener to be invoked when the positive button of the dialog is pressed. 267 * Set a listener to be invoked when button 1 of the dialog is pressed. 281 * Set a listener to be invoked when button 2 of the dialog is pressed. 294 * Set a listener to be invoked when button 3 of the dialog is pressed. 481 * Set a listener to be invoked when the positive button of the dialog is pressed. 494 * Set a listener to be invoked when the positive button of the dialog is pressed. 507 * Set a listener to be invoked when the negative button of the dialog is pressed. 520 * Set a listener to be invoked when the negative button of the dialog is pressed. 533 * Set a listener to be invoked when the neutral button of the dialog is pressed [all...] |
/external/chromium/chrome/browser/ui/views/bubble/ |
bubble.h | 54 // Whether the Bubble should be closed when the Esc key is pressed. 93 // pressed (the default behavior).
|
/external/chromium_org/ash/wm/caption_buttons/ |
frame_caption_button_container_view.cc | 181 // pressed but this interfered with several normal keyboard shortcuts. 260 // closer to |position_in_screen| than the currently pressed button.
|
frame_caption_button_container_view_unittest.cc | 98 gfx::ImageSkia* pressed = rb.GetImageSkiaNamed(pressed_image_id); local 105 actual_pressed.BackedBySameObjectAs(*pressed);
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
scrollbar.js | 118 this.button_.classList.add('pressed'); 132 this.button_.classList.remove('pressed');
|
/external/chromium_org/chrome/browser/ui/gtk/download/ |
download_item_gtk.h | 120 // Called when |body_| is pressed with mouse button. This function is used to 173 // The widget that creates a dropdown menu when pressed.
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
app_indicator_icon.cc | 221 // Ignore pressed images, since the standard on Linux is to not highlight 222 // pressed status icons.
|
/external/chromium_org/ppapi/examples/mouse_lock/ |
mouse_lock.cc | 72 // Lock the mouse when the Enter key is pressed. 79 // Enter Flash fullscreen mode when the 'f' key is pressed.
|
/external/chromium_org/remoting/host/ |
input_injector_win.cc | 174 // HostEventDispatcher should filter events missing the pressed field. 196 if (!event.pressed())
|
local_input_monitor_linux.cc | 86 // True when Alt is pressed. 89 // True when Ctrl is pressed.
|
/external/chromium_org/ui/views/controls/scrollbar/ |
bitmap_scroll_bar.cc | 44 // A button that activates on mouse pressed rather than released, and that 45 // continues to fire the clicked action as the mouse button remains pressed
|
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/ |
SDL_atarievents.c | 215 SDL_bool pressed) 229 if (SDL_TranslateUNICODE && pressed) {
|
/external/qemu/distrib/sdl-1.2.15/test/ |
threadwin.c | 152 "pressed" : "released"); 186 "pressed" : "released");
|
/frameworks/base/core/java/com/android/internal/widget/ |
PasswordEntryKeyboard.java | 245 pressed = !pressed;
|
/frameworks/base/docs/html/training/managing-audio/ |
volume-playback.jd | 107 <p>The receiver implementation itself needs to extract which key was pressed to cause the broadcast. 114 <p>The following snippet shows how to extract the media button pressed and affects the media playback accordingly.</p>
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
Utilities.java | 168 boolean pressed, Bitmap src) { 185 pressed ? sGlowColorPressedPaint : sGlowColorFocusedPaint);
|
/external/chromium_org/chrome/common/extensions/api/ |
input_ime.json | 18 "key": {"type": "string", "description": "Value of the key being pressed"}, 19 "code": {"type": "string", "description": "Value of the physical key being pressed. The value is not affected by current keyboard layout or modifier state."}, 20 "altKey": {"type": "boolean", "optional": true, "description": "Whether or not the ALT key is pressed."}, 21 "ctrlKey": {"type": "boolean", "optional": true, "description": "Whether or not the CTRL key is pressed."}, 22 "shiftKey": {"type": "boolean", "optional": true, "description": "Whether or not the SHIFT key is pressed."}, 190 "description": "Sends the key events. This function is expected to be used by virtual keyboards. When key(s) on a virtual keyboard is pressed by a user, this function is used to propagate that event to the system.",
|
/external/jmonkeyengine/engine/src/core/com/jme3/input/ |
InputManager.java | 58 * when the appropriate trigger is activated (e.g. a key is pressed), the
154 private void invokeActions(int hash, boolean pressed) {
168 ((ActionListener) listener).onAction(mapping.name, pressed, frameTPF);
182 private void invokeTimedActions(int hash, long time, boolean pressed) {
187 if (pressed) {
619 * Called to reset pressed keys or buttons when focus is restored.
[all...] |
/external/chromium_org/ash/accelerators/ |
accelerator_controller.cc | 184 // If something else was pressed between the Shift key being pressed 283 // accelerator_controller.cc) when Shift+Alt+Tab is pressed and then Tab 527 // If something else was pressed between the Search key (LWIN) 528 // being pressed and released, then ignore the release of the 552 // If something else was pressed between the Search key (LWIN) 553 // being pressed and released, then ignore the release of the [all...] |
/external/chromium_org/ui/keyboard/resources/elements/ |
kb-keyboard.html | 74 * when spacebar is pressed. If a closing punctuation is followed by a 471 * @param {Object} detail The detail of pressed kb-key. 527 * @param {Object} detail The detail of pressed kb-shift-key. 537 * @param {Object} detail The detail of pressed kb-shift-key. 648 * @param {Object} detail The detail of pressed kb-key. 740 * @param {Object} detail The detail of pressed key. 749 // Makes last pressed key inactive if transit to a new keyset on long
|
/docs/source.android.com/src/devices/tech/input/ |
key-layout-files.jd | 73 <li><code>SHIFT</code>: The key should be interpreted as if the SHIFT key were also pressed.</li> 74 <li><code>CAPS_LOCK</code>: The key should be interpreted as if the CAPS LOCK key were also pressed.</li> 75 <li><code>ALT</code>: The key should be interpreted as if the ALT key were also pressed.</li> 76 <li><code>ALT_GR</code>: The key should be interpreted as if the RIGHT ALT key were also pressed.</li> 77 <li><code>FUNCTION</code>: The key should be interpreted as if the FUNCTION key were also pressed.</li>
|
/external/chromium_org/ash/wm/ |
lock_state_controller_unittest.cc | 403 // time the button is pressed and shut down when it's pressed from the locked 412 // power button get pressed. 457 // Test that we start shutting down immediately if the power button is pressed 468 // Test that we start shutting down immediately if the power button is pressed [all...] |