Searched refs:BUTTON_SECONDARY (Results 1 – 15 of 15) sorted by relevance
509 (buttonState & MotionEvent.BUTTON_SECONDARY) != 0) { in onGenericMotionEvent()510 mButtonsPressed |= MotionEvent.BUTTON_SECONDARY; in onGenericMotionEvent()537 (buttonState & MotionEvent.BUTTON_SECONDARY) == 0) { in onGenericMotionEvent()538 mButtonsPressed &= ~MotionEvent.BUTTON_SECONDARY; in onGenericMotionEvent()
700 || actionButton == MotionEvent.BUTTON_SECONDARY)) { in onGenericMotionEvent()712 || actionButton == MotionEvent.BUTTON_SECONDARY)) { in onGenericMotionEvent()
1272 public static final int BUTTON_SECONDARY = 1 << 1; field in MotionEvent
5740 (event.getButtonState() & MotionEvent.BUTTON_SECONDARY) != 0) { in performButtonActionOnTouchDown()10058 || actionButton == MotionEvent.BUTTON_SECONDARY)) { in dispatchGenericMotionEventInternal()10071 || actionButton == MotionEvent.BUTTON_SECONDARY)) { in dispatchGenericMotionEventInternal()
37 @IntDef({MotionEvent.BUTTON_PRIMARY, MotionEvent.BUTTON_SECONDARY, MotionEvent.BUTTON_TERTIARY})
161 return mEvent.isButtonPressed(MotionEvent.BUTTON_SECONDARY); in isSecondaryButtonPressed()
111 mouseClickOnTextAtIndex(text.indexOf("d"), MotionEvent.BUTTON_SECONDARY)); in testContextMenu()125 mouseClickOnTextAtIndex(text.indexOf("d"), MotionEvent.BUTTON_SECONDARY)); in testContextMenu()138 mouseClickOnTextAtIndex(text.indexOf("i"), MotionEvent.BUTTON_SECONDARY)); in testContextMenu()
822 && (event.isButtonPressed(MotionEvent.BUTTON_SECONDARY) in isOpenQsEvent()
364 {@link android.view.MotionEvent#BUTTON_SECONDARY} (for primary stylus button press),
4226 || actionButton == MotionEvent.BUTTON_SECONDARY) in onGenericMotionEvent()
1484 android.view.MotionEvent#BUTTON_PRIMARY}, {@link android.view.MotionEvent#BUTTON_SECONDARY}, {@link
33038 field public static final int BUTTON_SECONDARY = 2; // 0x2
41832 field public static final int BUTTON_SECONDARY = 2; // 0x2
41911 field public static final int BUTTON_SECONDARY = 2; // 0x2
44832 field public static final int BUTTON_SECONDARY = 2; // 0x2