HomeSort by relevance Sort by last modified time
    Searched refs:BUTTON_SECONDARY (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/content/browser/gamepad/
canonical_button_index_list.h 12 CANONICAL_BUTTON_INDEX(BUTTON_SECONDARY, 1)
  /external/chromium_org/content/browser/renderer_host/input/
gesture_text_selector_unittest.cc 97 { // Touched with a stylus, with first button (BUTTON_SECONDARY) pressed.
100 e.set_button_state(MotionEvent::BUTTON_SECONDARY);
108 MotionEvent::BUTTON_SECONDARY | MotionEvent::BUTTON_TERTIARY);
135 action_down.set_button_state(MotionEvent::BUTTON_SECONDARY);
143 action_move.set_button_state(MotionEvent::BUTTON_SECONDARY);
196 action_down.set_button_state(MotionEvent::BUTTON_SECONDARY);
211 action_move.set_button_state(MotionEvent::BUTTON_SECONDARY);
gesture_text_selector.cc 70 event.GetButtonState() == ui::MotionEvent::BUTTON_SECONDARY;
motion_event_android.cc 88 if ((button_state & BUTTON_SECONDARY) != 0)
89 result |= MotionEventAndroid::BUTTON_SECONDARY;
  /external/chromium_org/ui/events/gesture_detection/
motion_event.h 37 BUTTON_SECONDARY = 1 << 1,
motion_event_generic_unittest.cc 66 event.set_button_state(MotionEvent::BUTTON_SECONDARY);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
GamepadMappings.java 49 mappedButtons[CanonicalButtonIndex.BUTTON_SECONDARY] = b;
163 mappedButtons[CanonicalButtonIndex.BUTTON_SECONDARY] = y;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 383 if ((pressedButtons & MotionEvent.BUTTON_SECONDARY) != 0) {
  /frameworks/base/core/java/android/view/
MotionEvent.java     [all...]
View.java     [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 386 milliseconds