Home
last modified time | relevance | path

Searched refs:BUTTON_SECONDARY (Results 1 – 11 of 11) 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
DView.java7402 (event.getButtonState() & MotionEvent.BUTTON_SECONDARY) != 0) {
14105 || actionButton == MotionEvent.BUTTON_SECONDARY)) { in dispatchGenericMotionEventInternal()
14118 || actionButton == MotionEvent.BUTTON_SECONDARY)) { in dispatchGenericMotionEventInternal()
/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/core/tests/coretests/src/android/widget/espresso/
DMouseUiController.java40 @IntDef({MotionEvent.BUTTON_PRIMARY, MotionEvent.BUTTON_SECONDARY, MotionEvent.BUTTON_TERTIARY})
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java1342 && (event.isButtonPressed(MotionEvent.BUTTON_SECONDARY) in isOpenQsEvent()
/frameworks/base/core/java/android/widget/
DAbsListView.java4310 || actionButton == MotionEvent.BUTTON_SECONDARY) in onGenericMotionEvent()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33038 field public static final int BUTTON_SECONDARY = 2; // 0x2
/frameworks/base/non-updatable-api/
Dcurrent.txt51077 field public static final int BUTTON_SECONDARY = 2; // 0x2
/frameworks/base/api/
Dcurrent.txt51221 field public static final int BUTTON_SECONDARY = 2; // 0x2