HomeSort by relevance Sort by last modified time
    Searched full:pressed (Results 451 - 475 of 1117) sorted by null

<<11121314151617181920>>

  /external/chromium_org/native_client_sdk/src/doc/devguide/coding/
file-io.rst 290 ``FileIoInstance::Save`` is called when the ``Save`` button is pressed. First,
365 ``FileIoInstance::Load`` is called when the ``Load`` button is pressed. Like
446 ``FileIoInstance::Delete`` is called when the ``Delete`` button is pressed.
478 pressed. Like all other operations, it checks whether the FileSystem has been
536 pressed. Like all other operations, it checks whether the FileSystem has been
  /external/chromium_org/remoting/webapp/
client_plugin_async.js 442 * Release all currently pressed keys.
453 * @param {boolean} pressed True to inject a key press, False for a release.
456 function(usbKeycode, pressed) {
460 'pressed': pressed}
  /external/chromium_org/ui/views/widget/
widget_interactive_uitest.cc 107 int pressed() const { return pressed_; } function in class:views::test::__anon15183::MouseView
285 EXPECT_EQ(0, mouse->pressed());
294 EXPECT_EQ(1, mouse->pressed());
363 ui::MouseEvent pressed(ui::ET_MOUSE_PRESSED, p1, p1,
365 toplevel->OnMouseEvent(&pressed);
  /external/qemu/distrib/sdl-1.2.15/docs/html/
guideinput.html 252 >Occurs when a button is pressed or released</TD
408 >Button checks are simpler than axis checks because a button can only be pressed or not pressed. The <TT
411 > event is triggered when a button is pressed and the <TT
414 > event is fired when a button is released. We do have to know what button was pressed though, that is done by reading the <TT
  /frameworks/base/core/java/android/app/
SearchDialog.java 531 * @param actionKey The key code of the action key that was pressed,
533 * @param actionMsg The message for the action key that was pressed,
579 * @param actionKey The key code of the action key that was pressed,
581 * @param actionMsg The message for the action key that was pressed,
664 // Dismiss the dialog if close button is pressed when there's no query text
  /packages/apps/Camera2/src/com/android/camera/
VideoUI.java 540 // disable preview gestures after shutter is pressed
541 public void setShutterPressed(boolean pressed) {
543 mGestures.setEnabled(!pressed);
671 public void pressShutter(boolean pressed) {
672 mShutterButton.setPressed(pressed);
  /frameworks/base/core/java/android/view/
MotionEvent.java 138 * or {@link #ACTION_UP} motion events when the trackball button is pressed or released.
186 * Constant for {@link #getActionMasked}: A pressed gesture has started, the
197 * Constant for {@link #getActionMasked}: A pressed gesture has finished, the
481 * <li>For a trackball, the value is set to 1 if the trackball button is pressed
483 * <li>For a mouse, the value is set to 1 if the primary mouse button is pressed
    [all...]
  /external/chromium_org/ash/display/
mouse_cursor_event_filter_unittest.cc 43 ui::MouseEvent pressed(ui::ET_MOUSE_PRESSED, location,
45 ui::Event::DispatcherApi(&pressed).set_target(drag_source_root);
46 event_filter()->OnMouseEvent(&pressed);
  /external/chromium_org/ash/wm/caption_buttons/
frame_maximize_button.cc 46 // is pressed. We use an EventFilter for this as the FrameMaximizeButton
114 // Make sure to only show hover operations when no button is pressed and
241 // Remove the bubble menu when the button is not pressed and the mouse is not
  /external/chromium_org/remoting/host/
client_session_unittest.cc 284 MATCHER_P2(EqualsUsbEvent, usb_keycode, pressed, "") {
286 arg.pressed() == pressed;
input_injector_linux.cc 208 // HostEventDispatcher should filter events missing the pressed field.
228 if (event.pressed()) {
252 XTestFakeKeyEvent(display_, keycode, event.pressed(), CurrentTime);
input_injector_mac.cc 143 // HostEventDispatcher should filter events missing the pressed field.
158 CGEventCreateKeyboardEvent(NULL, keycode, event.pressed()));
  /external/chromium_org/ui/base/ime/chromeos/
character_composer.cc 514 // Cancel composition when ESC is pressed.
519 // Commit the composed character when Enter or space is pressed.
522 // Pop back the buffer when Backspace is pressed.
  /external/chromium_org/ui/views/focus/
focus_manager.h 40 // in order to be able to be focus traversed when tab key is pressed.
233 // accelerator is pressed.
297 // pressed).
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_QWin.cc 371 void SDL_QWin::QueueKey(QKeyEvent *e, int pressed)
474 // pressed = 1;
478 if ( pressed ) {
  /external/qemu/hw/
goldfish_events_device.c 378 * BTN_MOUSE is sent when the trackball is pressed
379 * BTN_TOUCH is sent when the touchscreen is pressed
454 * EV_ABS events are sent when the touchscreen is pressed
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlWheel.java 83 // The index of the child that is being pressed. -1 means no child is being
84 // pressed.
446 // Draw the highlight arc if an indicator is selected or being pressed.
  /external/chromium_org/ui/views/controls/table/
table_view_unittest.cc 192 const ui::MouseEvent pressed(ui::ET_MOUSE_PRESSED, gfx::Point(0, y),
195 table_->OnMousePressed(pressed);
291 const ui::MouseEvent pressed(ui::ET_MOUSE_PRESSED, gfx::Point(x, 0),
293 helper_->header()->OnMousePressed(pressed);
380 const ui::MouseEvent pressed(ui::ET_MOUSE_PRESSED, gfx::Point(x, 0),
383 EXPECT_TRUE(helper_->header()->OnMousePressed(pressed));
  /cts/tests/src/android/view/cts/
MockView.java 365 protected void dispatchSetPressed(boolean pressed) {
366 super.dispatchSetPressed(pressed);
  /external/chromium/chrome/browser/first_run/
try_chrome_dialog_view.cc 245 // The user pressed cancel or the [x] button.
248 // We don't have radio buttons, the user pressed ok.
  /external/chromium_org/chrome/browser/resources/chromeos/login/
bubble.js 39 // Whether to hide bubble when key is pressed.
66 * Whether to hide bubble when key is pressed.
  /external/chromium_org/chrome/browser/ui/webui/
set_as_default_browser_ui.cc 56 // ACCEPTED: user pressed Next and made Chrome default.
58 // REGRETTED: user pressed Next but then elected a different default browser.
  /external/chromium_org/content/browser/speech/endpointer/
energy_endpointer.cc 168 // by e.g. pressed the push-to-talk button. By default, this is
196 // by e.g. pressed the push-to-talk button. By default, this is
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.h 113 void setMousePressed(bool pressed) { m_mousePressed = pressed; }
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.h 59 // closed (through ESC being pressed or the focus going away).
60 // Note that when TAB is pressed, the selection is always accepted

Completed in 1732 milliseconds

<<11121314151617181920>>