Home
last modified time | relevance | path

Searched refs:BUTTON_SECONDARY (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/view/
DInputEventConsistencyVerifier.java513 (buttonState & MotionEvent.BUTTON_SECONDARY) != 0) { in onGenericMotionEvent()
514 mButtonsPressed |= MotionEvent.BUTTON_SECONDARY; in onGenericMotionEvent()
541 (buttonState & MotionEvent.BUTTON_SECONDARY) == 0) { in onGenericMotionEvent()
542 mButtonsPressed &= ~MotionEvent.BUTTON_SECONDARY; in onGenericMotionEvent()
DGestureDetector.java795 || actionButton == MotionEvent.BUTTON_SECONDARY)) { in onGenericMotionEvent()
807 || actionButton == MotionEvent.BUTTON_SECONDARY)) { in onGenericMotionEvent()
DMotionEvent.java1315 public static final int BUTTON_SECONDARY = 1 << 1; field in MotionEvent
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DMouseUiController.java40 @IntDef({MotionEvent.BUTTON_PRIMARY, MotionEvent.BUTTON_SECONDARY, MotionEvent.BUTTON_TERTIARY})
/frameworks/base/core/tests/coretests/src/android/widget/
DTextViewActivityMouseTest.java127 mouseClickOnTextAtIndex(text.indexOf("d"), MotionEvent.BUTTON_SECONDARY)); in testContextMenu()
144 mouseClickOnTextAtIndex(text.indexOf("d"), MotionEvent.BUTTON_SECONDARY)); in testContextMenu()
158 mouseClickOnTextAtIndex(text.indexOf("d"), MotionEvent.BUTTON_SECONDARY)); in testContextMenu()
171 mouseClickOnTextAtIndex(text.indexOf("i"), MotionEvent.BUTTON_SECONDARY)); in testContextMenu()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java1162 && (event.isButtonPressed(MotionEvent.BUTTON_SECONDARY) in isOpenQsEvent()
/frameworks/base/core/java/android/widget/
DAbsListView.java4310 || actionButton == MotionEvent.BUTTON_SECONDARY) in onGenericMotionEvent()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...