Searched refs:BUTTON_SECONDARY (Results 1 – 11 of 11) sorted by relevance
513 (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()
795 || actionButton == MotionEvent.BUTTON_SECONDARY)) { in onGenericMotionEvent()807 || actionButton == MotionEvent.BUTTON_SECONDARY)) { in onGenericMotionEvent()
1315 public static final int BUTTON_SECONDARY = 1 << 1; field in MotionEvent
7402 (event.getButtonState() & MotionEvent.BUTTON_SECONDARY) != 0) {14105 || actionButton == MotionEvent.BUTTON_SECONDARY)) { in dispatchGenericMotionEventInternal()14118 || actionButton == MotionEvent.BUTTON_SECONDARY)) { in dispatchGenericMotionEventInternal()
127 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()
40 @IntDef({MotionEvent.BUTTON_PRIMARY, MotionEvent.BUTTON_SECONDARY, MotionEvent.BUTTON_TERTIARY})
1342 && (event.isButtonPressed(MotionEvent.BUTTON_SECONDARY) in isOpenQsEvent()
4310 || actionButton == MotionEvent.BUTTON_SECONDARY) in onGenericMotionEvent()
33038 field public static final int BUTTON_SECONDARY = 2; // 0x2
51077 field public static final int BUTTON_SECONDARY = 2; // 0x2
51221 field public static final int BUTTON_SECONDARY = 2; // 0x2