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

1 2 3 45 6 7 8 91011>>

  /packages/apps/Camera2/src/com/android/camera/ui/
FilmstripBottomControls.java 41 * Called when the user pressed the "view photosphere" button.
46 * Called when the user pressed the "edit" button.
51 * Called when the user pressed the "tiny planet" button.
  /frameworks/native/include/android/
input.h 74 /* No meta keys are pressed. */
77 /* This mask is used to check whether one of the ALT meta keys is pressed. */
80 /* This mask is used to check whether the left ALT meta key is pressed. */
83 /* This mask is used to check whether the right ALT meta key is pressed. */
86 /* This mask is used to check whether one of the SHIFT meta keys is pressed. */
89 /* This mask is used to check whether the left SHIFT meta key is pressed. */
92 /* This mask is used to check whether the right SHIFT meta key is pressed. */
95 /* This mask is used to check whether the SYM meta key is pressed. */
98 /* This mask is used to check whether the FUNCTION meta key is pressed. */
101 /* This mask is used to check whether one of the CTRL meta keys is pressed. *
    [all...]
  /cts/tests/src/android/widget/cts/
MyGallery.java 77 protected void dispatchSetPressed(boolean pressed) {
78 super.dispatchSetPressed(pressed);
  /developers/build/prebuilts/gradle/ActionBarCompat-Styled/ActionBarCompat-StyledSample/src/main/res/drawable/
tab_indicator_ab.xml 38 <!-- Pressed & Non-focused -->
44 <!-- Pressed & focused states -->
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/ActionBarCompat-StyledSample/src/main/res/drawable/
tab_indicator_ab.xml 38 <!-- Pressed & Non-focused -->
44 <!-- Pressed & focused states -->
  /development/samples/browseable/Styled/res/drawable/
tab_indicator_ab.xml 38 <!-- Pressed & Non-focused -->
44 <!-- Pressed & focused states -->
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
JoystickView.java 41 public void setPressed(boolean pressed) {
42 fPressed = pressed;
  /external/chromium/chrome/browser/chromeos/status/
status_area_button.h 40 // Controls whether or not this status area button is able to be pressed.
59 // Indicates when this button can be pressed. Independent of
  /external/chromium/chrome/browser/tab_contents/
confirm_infobar_delegate.h 37 // Called when the OK button is pressed. If the function returns true, the
41 // Called when the Cancel button is pressed. If the function returns true,
  /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/chromium_org/chrome/browser/infobars/
confirm_infobar_delegate.h 42 // Called when the OK button is pressed. If this function returns true, the
47 // Called when the Cancel button is pressed. If this function returns true,
  /external/chromium_org/chrome/browser/ui/cocoa/status_icons/
status_icon_mac_unittest.mm 27 gfx::ImageSkia* pressed = rb.GetImageSkiaNamed(IDR_STATUS_TRAY_ICON_PRESSED);
28 icon->SetPressedImage(*pressed);
  /external/chromium_org/chrome/browser/ui/
confirm_bubble_model.h 50 // Called when the OK button is pressed.
53 // Called when the Cancel button is pressed.
  /external/chromium_org/chrome/browser/ui/views/toolbar/
toolbar_button.h 56 // pressed when a user holds the mouse down over the button. For this
74 // Y position of mouse when left mouse button is pressed
  /external/chromium_org/ui/webui/resources/js/cr/ui/
bubble_button.js 55 // Toggle the bubble when <Return> or <Space> is pressed. Let any other
66 // Blur focus when a mouse button is pressed, matching the behavior of
  /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.15/src/video/ataricommon/
SDL_biosevents.c 74 /* Update pressed keys */
88 /* Key pressed ? */
SDL_gemdosevents.c 75 /* Update pressed keys */
89 /* Key pressed ? */
  /external/qemu/distrib/sdl-1.2.15/src/video/caca/
SDL_cacaevents.c 68 /* Key pressed */
69 /* printf("Key pressed: %d (%c)\n", key, key); */
  /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/InCallUI/res/values/
colors.xml 38 <!-- Used when the End Call button is pressed -->
50 <!-- Pressed color of dialpad buttons -->
  /packages/apps/Launcher2/src/com/android/launcher2/
HolographicViewHelper.java 41 * Generate the pressed/focused states if necessary.
60 * Invalidates the pressed/focused states.
  /external/chromium_org/content/browser/accessibility/
accessibility_win_browsertest.cc 746 // If aria-pressed is 'undefined', empty or not present, use PUSHBUTTON
749 ADD_BUTTON("<span role='button' aria-pressed='false'>x</span>",
751 ADD_BUTTON("<span role='button' aria-pressed='true'>x</span>",
753 ADD_BUTTON("<span role='button' aria-pressed='mixed'>x</span>",
755 ADD_BUTTON("<span role='button' aria-pressed='xyz'>x</span>",
757 ADD_BUTTON("<span role='button' aria-pressed=''>x</span>",
759 ADD_BUTTON("<span role='button' aria-pressed>x</span>",
761 ADD_BUTTON("<span role='button' aria-pressed='undefined'>x</span>",
764 ADD_BUTTON("<input type='button' aria-pressed='true' value='x'/>",
766 ADD_BUTTON("<input type='button' aria-pressed='false' value='x'/>"
    [all...]

Completed in 1698 milliseconds

1 2 3 45 6 7 8 91011>>