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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/test/data/accessibility/
aria-pressed-expected-win.txt 1 #<skip - PRESSED not set: http://crbug.com/171625>
5 IA2_ROLE_TOGGLE_BUTTON FOCUSABLE PRESSED checkable:true
6 IA2_ROLE_TOGGLE_BUTTON FOCUSABLE PRESSED MIXED checkable:true
aria-pressed.html 4 @WIN-ALLOW:PRESSED
11 <div tabindex=0 role="button" aria-pressed="false">Toggle button unpressed</div>
12 <div tabindex=0 role="button" aria-pressed="true">Toggle button pressed</div>
13 <div tabindex=0 role="button" aria-pressed="mixed">Toggle button mixed</div>
aria-pressed-expected-mac.txt 4 AXButton AXTitle='Toggle button pressed'
togglebutton.html 7 <div tabindex=0 role="button" aria-pressed="false">Toggle button</div>
aria-pressed-expected-android.txt 4 android.widget.ToggleButton checkable clickable focusable name='Toggle button pressed'
  /packages/apps/Camera/src/com/android/camera/
ShutterButton.java 28 * pressed state changes.
35 * A callback to be invoked when a ShutterButton's pressed state changes.
39 * Called when a ShutterButton has been pressed.
41 * @param pressed The ShutterButton that was pressed.
43 void onShutterButtonFocus(boolean pressed);
73 * onPressed listener doesn't always get called when the pressed state
79 final boolean pressed = isPressed();
80 if (pressed != mOldPressed) {
81 if (!pressed) {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
ShutterButton.java 28 * pressed state changes.
35 * A callback to be invoked when a ShutterButton's pressed state changes.
39 * Called when a ShutterButton has been pressed.
41 * @param pressed The ShutterButton that was pressed.
43 void onShutterButtonFocus(boolean pressed);
73 * onPressed listener doesn't always get called when the pressed state
79 final boolean pressed = isPressed();
80 if (pressed != mOldPressed) {
81 if (!pressed) {
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
ShutterButton.java 27 * pressed state changes.
31 * A callback to be invoked when a ShutterButton's pressed state changes.
35 * Called when a ShutterButton has been pressed.
37 * @param pressed The ShutterButton that was pressed.
39 void onShutterButtonFocus(boolean pressed);
56 * onPressed listener doesn't always get called when the pressed state
62 final boolean pressed = isPressed();
63 if (pressed != mOldPressed) {
64 if (!pressed) {
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
DontPressWithParentLayout.java 25 * Special class to to allow the parent to be pressed without being pressed
26 * itself. This way the time in the alarm list can be pressed without changing
36 public void setPressed(boolean pressed) {
37 // If the parent is pressed, do not set to pressed.
38 if (pressed && ((View) getParent()).isPressed()) {
41 super.setPressed(pressed);
  /external/chromium_org/chrome/browser/chromeos/extensions/
media_player_event_router.h 20 // Send notification that next-track shortcut key was pressed.
23 // Send notification that previous-track shortcut key was pressed.
26 // Send notification that play/pause shortcut key was pressed.
  /frameworks/base/core/java/android/widget/
DoubleDigitManager.java 35 * @param timeoutInMillis How long after the first digit is pressed does
45 * Report to this manager that a digit was pressed.
75 * The callback to indicate what is going on with the digits pressed.
80 * A digit was pressed, and there are no intermediate digits.
81 * @param digit The digit pressed.
89 * A single digit was pressed, and it is 'the final answer'.
90 * - a single digit pressed, and the timeout expires.
91 * - a single digit pressed, and {@link #singleDigitIntermediate}
98 * The user pressed digit1, then digit2 within the timeout.
  /external/kernel-headers/original/linux/
keychord.h 29 * keychord combination is pressed. A keychord is signalled when
30 * all of the keys in the keycode list are in the pressed state.
31 * The order in which the keys are pressed does not matter.
33 * list are pressed.
41 * when this keychord is pressed.
  /external/jmonkeyengine/engine/src/core/com/jme3/input/event/
MouseButtonEvent.java 47 private boolean pressed; field in class:MouseButtonEvent
49 public MouseButtonEvent(int btnIndex, boolean pressed, int x, int y) {
51 this.pressed = pressed;
68 * Returns true if the mouse button was pressed, false if it was released.
70 * @return true if the mouse button was pressed, false if it was released.
73 return pressed;
77 * Returns true if the mouse button was released, false if it was pressed.
79 * @return true if the mouse button was released, false if it was pressed.
82 return !pressed;
    [all...]
KeyInputEvent.java 46 private boolean pressed; field in class:KeyInputEvent
49 public KeyInputEvent(int keyCode, char keyChar, boolean pressed, boolean repeating) {
52 this.pressed = pressed;
82 return pressed;
100 return !pressed;
111 }else if (pressed){
112 return str + ", PRESSED)";
  /external/chromium_org/remoting/protocol/
input_event_tracker.h 20 // |input_stub| for all currently-pressed keys and buttons when necessary.
26 // Returns true if the key with the specified USB code is currently pressed.
29 // Returns the count of keys currently pressed.
32 // Dispatch release events for all currently-pressed keys and mouse buttons
input_filter_unittest.cc 17 MATCHER_P2(EqualsKeyEvent, usb_keycode, pressed, "") {
19 arg.pressed() == pressed;
26 static KeyEvent NewKeyEvent(uint32 usb_keycode, bool pressed) {
29 event.set_pressed(pressed);
  /external/chromium/chrome/browser/resources/
keyboard_overlay.css 88 .keyboard-overlay-key.pressed {
94 .keyboard-overlay-key.pressed.is-shift {
98 .keyboard-overlay-key.pressed.is-shift.modifier-ctrl {
102 .keyboard-overlay-key.pressed.is-shift.modifier-alt {
106 .keyboard-overlay-key.pressed.is-shift.modifier-ctrl.modifier-alt {
110 .keyboard-overlay-key.pressed.is-ctrl {
114 .keyboard-overlay-key.pressed.is-ctrl.modifier-shift {
118 .keyboard-overlay-key.pressed.is-ctrl.modifier-alt {
122 .keyboard-overlay-key.pressed.is-ctrl.modifier-shift.modifier-alt {
126 .keyboard-overlay-key.pressed.is-alt
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
first_run_dialog.h 25 // Called when the "Start Google Chrome" button is pressed.
28 // Called when the "Learn More" button is pressed.
hover_image_button.h 28 // Sets the pressed image.
37 // Sets the opacity when pressed.
  /external/chromium/chrome/browser/ui/cocoa/status_icons/
status_icon_mac_unittest.mm 25 SkBitmap* pressed = ResourceBundle::GetSharedInstance().GetBitmapNamed(
27 icon->SetPressedImage(*pressed);
  /external/chromium_org/chrome/browser/ui/cocoa/
first_run_dialog.h 24 // Called when the "Start Google Chrome" button is pressed.
27 // Called when the "Learn More" button is pressed.
  /external/chromium_org/remoting/client/
key_event_mapper_unittest.cc 25 MATCHER_P2(EqualsUsbEvent, usb_keycode, pressed, "") {
27 arg.pressed() == pressed &&
32 MATCHER_P2(EqualsUsbEventLockStates, usb_keycode, pressed, "") {
34 arg.pressed() == pressed &&
39 bool pressed,
43 event.set_pressed(pressed);
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_GetKeyState.3 11 Gets a snapshot of the current keyboard state\&. The current state is return as a pointer to an array, the size of this array is stored in \fBnumkeys\fR\&. The array is indexed by the \fI\fBSDLK_*\fP\fR symbols\&. A value of 1 means the key is pressed and a value of 0 means its not\&. The pointer returned is a pointer to an internal SDL array and should not be freed by the caller\&.
23 if ( keystate[SDLK_RETURN] ) printf("Return Key Pressed\&.
  /external/chromium_org/content/common/
gamepad_user_gesture.h 14 // Returns true if any of the gamepads have a button pressed that would be
  /external/chromium_org/ui/app_list/views/
search_result_actions_view_delegate.h 12 // Invoked when the action button represent the action at |index| is pressed

Completed in 1149 milliseconds

1 2 3 4 5 6 7 8 91011>>