Searched refs:BUTTON_SECONDARY (Results 1 – 10 of 10) 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()
813 || actionButton == MotionEvent.BUTTON_SECONDARY)) { in onGenericMotionEvent()825 || actionButton == MotionEvent.BUTTON_SECONDARY)) { in onGenericMotionEvent()
1340 public static final int BUTTON_SECONDARY = 1 << 1; field in MotionEvent
7580 (event.getButtonState() & MotionEvent.BUTTON_SECONDARY) != 0) {14688 || actionButton == MotionEvent.BUTTON_SECONDARY)) { in dispatchGenericMotionEventInternal()14701 || actionButton == MotionEvent.BUTTON_SECONDARY)) { in dispatchGenericMotionEventInternal()
40 @IntDef({MotionEvent.BUTTON_PRIMARY, MotionEvent.BUTTON_SECONDARY, MotionEvent.BUTTON_TERTIARY})
115 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()
1900 MotionEvent.BUTTON_SECONDARY) || event.isButtonPressed( in isOpenQsEvent()
4365 || actionButton == MotionEvent.BUTTON_SECONDARY) in onGenericMotionEvent()
48064 field public static final int BUTTON_SECONDARY = 2; // 0x2
33038 field public static final int BUTTON_SECONDARY = 2; // 0x2