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

12 3 4 5 6 7 8 91011>>

  /developers/build/prebuilts/gradle/BasicAccessibility/BasicAccessibilitySample/src/main/res/values/
strings.xml 19 <string name="composeButtonPressed">(Compose button pressed.)</string>
20 <string name="discardButtonPressed">(Discard button pressed.)</string>
21 <string name="infoButtonPressed">(Info button pressed.)</string>
  /developers/samples/android/ui/accessibility/BasicAccessibility/BasicAccessibilitySample/src/main/res/values/
strings.xml 19 <string name="composeButtonPressed">(Compose button pressed.)</string>
20 <string name="discardButtonPressed">(Discard button pressed.)</string>
21 <string name="infoButtonPressed">(Info button pressed.)</string>
  /development/samples/browseable/BasicAccessibility/res/values/
strings.xml 19 <string name="composeButtonPressed">(Compose button pressed.)</string>
20 <string name="discardButtonPressed">(Discard button pressed.)</string>
21 <string name="infoButtonPressed">(Info button pressed.)</string>
  /external/chromium_org/ash/wm/caption_buttons/
alternate_frame_size_button_delegate.h 41 // Presses the button at |position_in_screen| and unpresses any other pressed
44 // the currently pressed button should be expanded if no button was found at
46 // Returns the button which was pressed.
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_histogram.h 15 // The user pressed the accept button to perform the suggested action.
18 // The user pressed the reject to turn off the feature.
21 // The user pressed the X button to dismiss the infobar this time.
  /external/chromium_org/remoting/protocol/
input_event_tracker_unittest.cc 27 // Verify the usb key code and the "pressed" state.
29 MATCHER_P2(EqualsUsbEventWithoutLockStates, usb_keycode, pressed, "") {
31 arg.pressed() == pressed &&
35 // Verify the usb key code, the "pressed" state, and the lock states.
36 MATCHER_P2(EqualsUsbEvent, usb_keycode, pressed, "") {
38 arg.pressed() == pressed &&
48 bool pressed) {
51 event.set_pressed(pressed);
    [all...]
  /packages/inputmethods/OpenWnn/res/values/
attrs.xml 21 possible states: normal, pressed, checkable, checkable+pressed, checkable+checked,
22 checkable+checked+pressed. -->
  /external/chromium_org/chrome/common/extensions/api/
braille_display_private.idl 28 // Braille dot keys that were pressed, stored in the low-order bits.
33 // Whether the space key was pressed.
35 // Whether the alt key was pressed.
37 // Whether the shift key was pressed.
39 // Whether the ctrl key was pressed.
  /external/jmonkeyengine/engine/src/core/com/jme3/input/event/
JoyButtonEvent.java 46 private boolean pressed; field in class:JoyButtonEvent
48 public JoyButtonEvent(int joyIdx, int btnIdx, boolean pressed) {
51 this.pressed = pressed;
84 return pressed;
  /external/chromium_org/ui/keyboard/resources/elements/
kb-modifier-key.html 18 PRESSED: "pressed", // Key-down.
32 if (this.state == KEY_STATES.PRESSED)
44 this.state = KEY_STATES.PRESSED;
49 case KEY_STATES.PRESSED:
51 // We pressed another key at the same time,
75 case (KEY_STATES.PRESSED):
kb-shift-key.html 15 * Unlocked is the default state. Locked for capslocked, pressed is a
21 PRESSED: "pressed", // Key-down on shift key.
65 case KEY_STATES.PRESSED:
77 // pressed. Updates the pointerId of the releasing shift key to make
103 state = KEY_STATES.PRESSED;
109 case KEY_STATES.PRESSED:
111 // We pressed another shift key at the same time,
160 * Notifies shift key that a non-control key was pressed down.
165 case (KEY_STATES.PRESSED)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupStartIndicatorView.java 61 updateIndicatorView(true /* pressed */);
65 updateIndicatorView(false /* pressed */);
71 // public void setPressed(final boolean pressed) {
72 // super.setPressed(pressed);
73 // updateIndicatorView(pressed);
76 private void updateIndicatorView(final boolean pressed) {
78 mIndicatorView.setPressed(pressed);
  /external/chromium_org/chrome/browser/resources/chromeos/
keyboard_overlay.css 112 .keyboard-overlay-key.pressed {
117 .keyboard-overlay-key.pressed.is-shift {
121 .keyboard-overlay-key.pressed.is-shift.modifier-ctrl {
125 .keyboard-overlay-key.pressed.is-shift.modifier-alt {
129 .keyboard-overlay-key.pressed.is-shift.modifier-ctrl.modifier-alt {
133 .keyboard-overlay-key.pressed.is-ctrl {
137 .keyboard-overlay-key.pressed.is-ctrl.modifier-shift {
141 .keyboard-overlay-key.pressed.is-ctrl.modifier-alt {
145 .keyboard-overlay-key.pressed.is-ctrl.modifier-shift.modifier-alt {
149 .keyboard-overlay-key.pressed.is-alt
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/input/combomoves/
ComboMove.java 72 private transient String[] pressed, unpressed; field in class:ComboMove
104 this.pressed = pressedMappings;
119 if (pressed == null)
120 pressed = new String[0];
125 states.add(new ComboMoveState(pressed, unpressed, timeElapsed));
126 pressed = null;
  /external/chromium/chrome/browser/resources/ntp4/
apps_page.css 28 /* Pressed is set when an app is first touched.
30 .app.grabber-pressed img {
34 /* Grabbed is set (and pressed is cleared) when the app has been held. */
  /external/chromium_org/ppapi/api/
pp_touch_point.idl 20 * corresponds to the order in which the points were pressed. For example,
21 * the first point to be pressed has an id of 0, the second has an id of 1,
24 * the next finger to be pressed can be assigned to id 0.
  /external/chromium_org/ppapi/cpp/
touch_point.h 22 /// in which the points were pressed. For example, the first point to be
23 /// pressed has an id of 0, the second has an id of 1, and so on. An id can be
26 /// pressed can be assigned to id 0.
  /external/chromium_org/ui/events/ozone/evdev/
event_modifiers.h 39 // currently pressed. However some keys toggle a persistent "lock" for the
57 // Count of keys pressed for each modifier.
63 // Mask of modifier flags currently active (nonzero keys pressed xor locked).
  /external/chromium/chrome/browser/ui/cocoa/wrench_menu/
wrench_menu_button_cell.h 13 // the pressed state.
  /external/chromium_org/chrome/browser/ui/ash/
caps_lock_delegate_views.h 13 // is pressed.
  /external/chromium_org/chrome/browser/ui/
auto_login_infobar_delegate.h 48 ACCEPTED, // The user pressed the accept button.
49 REJECTED, // The user pressed the reject button.
50 DISMISSED, // The user pressed the close button.
75 // Whether any UI controls in the infobar were pressed or not.
  /external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/
wrench_menu_button_cell.h 13 // the pressed state.
  /external/chromium_org/remoting/client/plugin/
normalizing_input_filter_mac.cc 74 // Generate keyup events for any keys pressed with CMD.
77 // A map that stores pressed keycodes and the corresponding key event.
106 // when the key is pressed & released, so fake keydown/keyup on each event.
118 if (event.pressed()) {
125 if (is_cmd_key && !event.pressed()) {
126 // Mac OS X will not generate release events for keys pressed while Cmd is
127 // pressed, so release all pressed keys when Cmd is released.
144 // Clearing the map now that we have released all the pressed keys.
  /external/chromium_org/third_party/WebKit/ManualTests/blackberry/
slider-thumb-consumes-event.html 10 by the slider thumb element when pressed on it, to prevent<br>
  /external/chromium_org/ui/views/controls/
link.h 68 void SetPressed(bool pressed);
77 // Whether the link is currently pressed.
80 // The color when the link is neither pressed nor disabled.
83 // The color when the link is pressed.

Completed in 2874 milliseconds

12 3 4 5 6 7 8 91011>>