Home
last modified time | relevance | path

Searched refs:BUTTON_SECONDARY (Results 1 – 10 of 10) 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.java813 || actionButton == MotionEvent.BUTTON_SECONDARY)) { in onGenericMotionEvent()
825 || actionButton == MotionEvent.BUTTON_SECONDARY)) { in onGenericMotionEvent()
DMotionEvent.java1340 public static final int BUTTON_SECONDARY = 1 << 1; field in MotionEvent
DView.java7580 (event.getButtonState() & MotionEvent.BUTTON_SECONDARY) != 0) {
14688 || actionButton == MotionEvent.BUTTON_SECONDARY)) { in dispatchGenericMotionEventInternal()
14701 || actionButton == MotionEvent.BUTTON_SECONDARY)) { in dispatchGenericMotionEventInternal()
/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.java115 mouseClickOnTextAtIndex(text.indexOf("d"), MotionEvent.BUTTON_SECONDARY)); in testContextMenu()
132 mouseClickOnTextAtIndex(text.indexOf("d"), MotionEvent.BUTTON_SECONDARY)); in testContextMenu()
146 mouseClickOnTextAtIndex(text.indexOf("d"), MotionEvent.BUTTON_SECONDARY)); in testContextMenu()
159 mouseClickOnTextAtIndex(text.indexOf("i"), MotionEvent.BUTTON_SECONDARY)); in testContextMenu()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewController.java1900 MotionEvent.BUTTON_SECONDARY) || event.isButtonPressed( in isOpenQsEvent()
/frameworks/base/core/java/android/widget/
DAbsListView.java4365 || actionButton == MotionEvent.BUTTON_SECONDARY) in onGenericMotionEvent()
/frameworks/base/core/api/
Dcurrent.txt48064 field public static final int BUTTON_SECONDARY = 2; // 0x2
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33038 field public static final int BUTTON_SECONDARY = 2; // 0x2