HomeSort by relevance Sort by last modified time
    Searched full:pressed (Results 51 - 75 of 667) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/cocoa/translate/
before_translate_infobar_controller.mm 96 // This is called when the "Never Translate [language]" button is pressed.
101 // This is called when the "Always Translate [language]" button is pressed.
  /external/jmonkeyengine/engine/src/core/com/jme3/input/controls/
ActionListener.java 42 * the event will be invoked when the button is pressed, with <code>value</code>
54 * @param isPressed True if the action is "pressed", false otherwise
  /external/jmonkeyengine/engine/src/test/jme3test/input/
TestControls.java 46 public void onAction(String name, boolean pressed, float tpf){
47 System.out.println(name + " = " + pressed);
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_biosevents.c 74 /* Update pressed keys */
88 /* Key pressed ? */
SDL_gemdosevents.c 80 /* Update pressed keys */
94 /* Key pressed ? */
SDL_atarievents_c.h 63 SDL_bool pressed);
  /external/webrtc/src/system_wrappers/interface/
event_wrapper.h 60 // Returns 1 if a key has been pressed since last call to this function.
62 // 0 indicates no key has been pressed since last call
  /packages/apps/Browser/src/com/android/browser/view/
BookmarkContainer.java 71 void updateTransitionDrawable(boolean pressed) {
77 if (pressed && isLongClickable()) {
  /packages/apps/Gallery2/res/drawable/
photoeditor_toggle_button_background.xml 26 <!-- Pressed (non focused) -->
30 <!-- Pressed (focused) -->
  /packages/apps/Launcher2/src/com/android/launcher2/
HolographicViewHelper.java 40 * Generate the pressed/focused states if necessary.
57 * Invalidates the pressed/focused states.
  /bootable/recovery/
device.h 40 // // pressed. *key_pressed is an array of KEY_MAX+1 bytes
41 // // indicating which other keys are already pressed. Return a
48 // and waiting for input, and a key is pressed. (Note that "at"
54 // key is the code of the key just pressed. (You can call
  /cts/tests/tests/holo/res/values/
strings.xml 42 <string name="button_pressed">Button Pressed</string>
63 <string name="ratingbar_0_pressed">RatingBar 0 Stars Pressed</string>
64 <string name="ratingbar_2point5_pressed">RatingBar 2.5 Stars Pressed</string>
65 <string name="ratingbar_5_pressed">RatingBar 5 Stars Pressed</string>
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_unittest_helper.h 40 MOCK_METHOD1(OnControlKeyChanged, void(bool pressed));
  /external/kernel-headers/original/linux/
tiocl.h 35 #define TIOCL_BLANKSCREEN 14 /* keep screen blank even if a key is pressed */
  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aaevents_c.h 32 extern void AA_keyboardcallback(int scancode, int pressed);
  /external/qemu/distrib/sdl-1.2.12/src/video/svga/
SDL_svgaevents_c.h 32 extern void SVGA_keyboardcallback(int scancode, int pressed);
  /external/webkit/Source/WebCore/manual-tests/
contenteditable-link.html 18 <div>The behaviour of editable links is controlled by the user default WebKitEditableLinkBehavior. This can be set via a private WebPreference. If the preference is OnlyLiveWithShiftKey, then the link will only be active when the shift key is pressed (WinIE/Firefox behaviour). If the preference is WebKitEditableLinkAlwaysLive or WebKitEditableLinkDefaultBehavior, then the link is always active (Safari 2.0 behaviour). Finally, if the preference is WebKitEditableLinkLiveWhenNotFocused, the link will only be live if the selection before clicking on the link is not in the same editable block as the link.</div>
  /frameworks/base/core/res/res/drawable/
tab_indicator.xml 26 <!-- Pressed -->
tab_indicator_v4.xml 26 <!-- Pressed -->
  /frameworks/base/packages/SystemUI/res/values/
attrs.xml 19 <!-- key code to send when pressed; if absent or 0, no key is sent -->
  /frameworks/base/services/input/
PointerController.h 56 /* Sets a mask that indicates which buttons are pressed. */
59 /* Gets a mask that indicates which buttons are pressed. */
80 * by the client whenever the pointer is moved or a button is pressed and it
101 * pressed (not hovering).
  /packages/apps/Browser/res/drawable/
clear.xml 17 <!-- Used by browserbarbutton to show a clear background for the non pressed
tab_nr.xml 17 <!-- Used by browserbarbutton to show a clear background for the non pressed
  /packages/apps/Camera/res/drawable/
btn_shutter_pan.xml 19 android:drawable="@drawable/btn_pan_shutter_pressed_holo" /> <!-- pressed -->
btn_shutter_pan_recording.xml 19 android:drawable="@drawable/btn_pan_shutter_recording_pressed_holo" /> <!-- pressed -->

Completed in 625 milliseconds

1 23 4 5 6 7 8 91011>>