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

1 2

  /packages/apps/Launcher3/src/com/android/launcher3/
StylusEventHelper.java 106 && ((event.getButtonState() & MotionEvent.BUTTON_SECONDARY)
107 == MotionEvent.BUTTON_SECONDARY);
  /frameworks/base/core/tests/coretests/src/android/widget/espresso/
MouseUiController.java 37 @IntDef({MotionEvent.BUTTON_PRIMARY, MotionEvent.BUTTON_SECONDARY, MotionEvent.BUTTON_TERTIARY})
  /frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/testing/
TestEvents.java 86 MotionEvent.BUTTON_SECONDARY
220 releaseButton(MotionEvent.BUTTON_SECONDARY);
226 pressButton(MotionEvent.BUTTON_SECONDARY);
235 releaseButton(MotionEvent.BUTTON_SECONDARY);
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestEvents.java 85 MotionEvent.BUTTON_SECONDARY
222 releaseButton(MotionEvent.BUTTON_SECONDARY);
228 pressButton(MotionEvent.BUTTON_SECONDARY);
237 releaseButton(MotionEvent.BUTTON_SECONDARY);
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/selection/testing/
TestEvents.java 85 MotionEvent.BUTTON_SECONDARY
222 releaseButton(MotionEvent.BUTTON_SECONDARY);
228 pressButton(MotionEvent.BUTTON_SECONDARY);
237 releaseButton(MotionEvent.BUTTON_SECONDARY);
  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
Events.java 61 return e.isButtonPressed(MotionEvent.BUTTON_SECONDARY);
  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
MotionEvents.java 70 return e.isButtonPressed(MotionEvent.BUTTON_SECONDARY);
  /developers/build/prebuilts/gradle/BasicGestureDetect/Application/src/main/java/com/example/android/basicgesturedetect/
GestureListener.java 151 if(e.isButtonPressed(MotionEvent.BUTTON_SECONDARY)){
  /developers/samples/android/input/gestures/BasicGestureDetect/Application/src/main/java/com/example/android/basicgesturedetect/
GestureListener.java 151 if(e.isButtonPressed(MotionEvent.BUTTON_SECONDARY)){
  /development/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/
GestureListener.java 151 if(e.isButtonPressed(MotionEvent.BUTTON_SECONDARY)){
  /frameworks/support/compat/src/androidTest/java/androidx/core/view/
DragStartHelperTest.java 190 MotionEvent.BUTTON_PRIMARY | MotionEvent.BUTTON_SECONDARY, mDragSource, 0, 0);
222 sendMouseEvent(MotionEvent.ACTION_DOWN, MotionEvent.BUTTON_SECONDARY, mDragSource, 0, 0);
223 sendMouseEvent(MotionEvent.ACTION_MOVE, MotionEvent.BUTTON_SECONDARY, mDragSource, 1, 2);
224 sendMouseEvent(MotionEvent.ACTION_UP, MotionEvent.BUTTON_SECONDARY, mDragSource, 3, 4);
  /frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
MotionEvents.java 74 return isButtonPressed(e, MotionEvent.BUTTON_SECONDARY);
  /cts/tests/tests/view/src/android/view/cts/
GestureDetectorTest.java 76 mButtonPressSecondaryMotionEvent.setActionButton(MotionEvent.BUTTON_SECONDARY);
MotionEventTest.java     [all...]
  /frameworks/base/core/java/android/view/
InputEventConsistencyVerifier.java 509 (buttonState & MotionEvent.BUTTON_SECONDARY) != 0) {
510 mButtonsPressed |= MotionEvent.BUTTON_SECONDARY;
537 (buttonState & MotionEvent.BUTTON_SECONDARY) == 0) {
538 mButtonsPressed &= ~MotionEvent.BUTTON_SECONDARY;
    [all...]
GestureDetector.java 706 || actionButton == MotionEvent.BUTTON_SECONDARY)) {
718 || actionButton == MotionEvent.BUTTON_SECONDARY)) {
MotionEvent.java     [all...]
View.java     [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/
TextViewActivityMouseTest.java 126 mouseClickOnTextAtIndex(text.indexOf("d"), MotionEvent.BUTTON_SECONDARY));
143 mouseClickOnTextAtIndex(text.indexOf("d"), MotionEvent.BUTTON_SECONDARY));
157 mouseClickOnTextAtIndex(text.indexOf("d"), MotionEvent.BUTTON_SECONDARY));
170 mouseClickOnTextAtIndex(text.indexOf("i"), MotionEvent.BUTTON_SECONDARY));
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DirectoryListBot.java 310 MotionEvent.BUTTON_SECONDARY,
320 MotionEvent.BUTTON_SECONDARY,
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
DragStartListenerTest.java 134 assertThrows(mEvent.pressButton(MotionEvent.BUTTON_SECONDARY).build());
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 383 if ((pressedButtons & MotionEvent.BUTTON_SECONDARY) != 0) {
  /packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
RootsFragment.java 152 && event.getButtonState() == MotionEvent.BUTTON_SECONDARY) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java     [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]

Completed in 760 milliseconds

1 2