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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/ManualTests/chromium/
modifiers-during-drag-and-drop.html 20 <p>Drag the "Drag me" with any modifier keys pressed (Shift/Ctrl/Alt) and see if the log messages have the correct modifier state</p>
  /external/chromium_org/tools/memory_watcher/
hotkey.h 40 // Handle the registered Hotkey being pressed.
  /external/chromium_org/ui/base/cocoa/
hover_image_button.h 29 // Sets the pressed image.
  /external/chromium_org/ui/views/examples/
checkbox_example.cc 30 PrintStatus("Pressed! count: %d", ++count_);
radio_button_example.h 41 // The number of times the button is pressed.
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_EnableKeyRepeat.3 11 Enables or disables the keyboard repeat rate\&. \fBdelay\fR specifies how long the key must be pressed before it begins repeating, it then repeats at the speed specified by \fBinterval\fR\&. Both \fBdelay\fR and \fBinterval\fR are expressed in milliseconds\&.
SDL_GetMouseState.3 17 printf("Mouse Button 1(left) is pressed\&.
  /frameworks/base/core/java/android/text/method/
MetaKeyKeyListener.java 55 * keyboard already reported as being pressed in {@link KeyEvent#getMetaState()}.
154 * @param text the buffer in which the meta key would have been pressed.
156 * @return an integer in which each bit set to one represents a pressed
175 * @param text the buffer in which the meta key would have been pressed.
177 * @return an integer in which each bit set to one represents a pressed
195 * @param text the buffer in which the meta key would have been pressed.
226 * @param text the buffer in which the meta key would have been pressed.
241 // META_SELECTING is only ever set to PRESSED and can't be LOCKED, so return 1
298 if (current == PRESSED)
348 if (state == PRESSED)
    [all...]
  /packages/apps/Calendar/res/values-v19/
colors.xml 21 <color name="pressed">#33999999</color>
  /packages/apps/Music/src/com/android/music/
RepeatingImageButton.java 29 * as long as the button is pressed.
53 * Sets the listener to be called while the button is pressed and
132 * is pressed.
134 * @param duration The number of milliseconds the button has been pressed so far.
  /external/chromium/chrome/browser/ui/gtk/status_icons/
status_icon_gtk.cc 38 // Ignore pressed images, since the standard on Linux is to not highlight
39 // pressed status icons.
  /external/chromium_org/chrome/browser/ui/gtk/status_icons/
status_icon_gtk.cc 39 // Ignore pressed images, since the standard on Linux is to not highlight
40 // pressed status icons.
  /frameworks/base/core/java/android/view/
HapticFeedbackConstants.java 34 * The user has pressed on a virtual on-screen key.
39 * The user has pressed a soft keyboard key.
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardMultiUserAvatar.java 225 public void setPressed(boolean pressed) {
226 if (mPressLock && !pressed) {
230 if (mPressLock || !pressed || isClickable()) {
231 super.setPressed(pressed);
232 mFramed.setPressed(pressed);
237 public void lockPressed(boolean pressed) {
238 mPressLock = pressed;
239 setPressed(pressed);
  /packages/apps/Dialer/res/drawable/
btn_call.xml 18 Almost a copy from framework's item_background_holo_dark.xml, but has different pressed effect
24 <!-- Even though these two point to the same resource, have two states so the drawable will invalidate itself when coming out of pressed state. -->
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewIcon.java 29 /** A simple callback interface to allow a PagedViewIcon to notify when it has been pressed */
81 // We keep in the pressed state until resetDrawableState() is called to reset the press
BubbleTextView.java 124 // In this case, we have already created the pressed outline on ACTION_DOWN,
130 // Otherwise, either clear the pressed/focused background, or create a background
212 // So that the pressed outline is visible immediately when isPressed() is true,
219 // Invalidate so the pressed state is visible, or set a flag so we know that we
220 // have to call invalidate as soon as the state is "pressed"
232 // If we've touched down and up on an item, and it's still not "pressed", then
233 // destroy the pressed outline
  /packages/services/Telephony/res/drawable/
btn_call.xml 18 Almost a copy from framework's item_background_holo_dark.xml, but has different pressed effect
24 <!-- Even though these two point to the same resource, have two states so the drawable will invalidate itself when coming out of pressed state. -->
  /development/apps/Development/src/com/android/development/
BadBehaviorActivity.java 168 Log.i(TAG, "Native crash pressed -- about to kill -11 self");
183 Log.i(TAG, "ANR pressed -- about to hang");
193 Log.i(TAG, "ANR activity pressed -- about to launch");
201 Log.i(TAG, "ANR broadcast pressed -- about to send");
209 Log.i(TAG, "ANR service pressed -- about to start");
218 Log.i(TAG, "ANR system pressed -- about to engage");
233 Log.i(TAG, "Wedge system pressed -- about to engage");
  /external/chromium_org/remoting/client/plugin/
normalizing_input_filter_cros_unittest.cc 31 MATCHER_P2(EqualsKeyEvent, usb_keycode, pressed, "") {
33 arg.pressed() == pressed &&
37 KeyEvent MakeKeyEvent(uint32 keycode, bool pressed) {
40 event.set_pressed(pressed);
normalizing_input_filter_mac_unittest.cc 30 MATCHER_P2(EqualsUsbEvent, usb_keycode, pressed, "") {
32 arg.pressed() == pressed &&
36 KeyEvent MakeKeyEvent(uint32 keycode, bool pressed) {
39 event.set_pressed(pressed);
  /cts/hostsidetests/holo/app/res/values/
strings.xml 40 <string name="ratingbar_0_pressed">RatingBar 0 Stars Pressed</string>
41 <string name="ratingbar_2point5_pressed">RatingBar 2.5 Stars Pressed</string>
42 <string name="ratingbar_5_pressed">RatingBar 5 Stars Pressed</string>
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
TouchHighlightImageButton.java 29 * indicate pressed and focused states.
35 * for the focused and pressed states.
96 // nor pressed, the drawable will be transparent, so just the image
  /external/chromium/base/win/
win_util.h 45 // Returns true if the shift key is currently pressed.
48 // Returns true if the ctrl key is currently pressed.
51 // Returns true if the alt key is currently pressed.
  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_drag_gtk.h 30 // is pressed on a window edge.
38 // pressed on the titlebar.
50 DRAG_CAN_START, // mouse pressed

Completed in 1040 milliseconds

1 2 34 5 6 7 8 91011>>