Searched refs:BUTTON_TERTIARY (Results 1 – 7 of 7) sorted by relevance
516 (buttonState & MotionEvent.BUTTON_TERTIARY) != 0) { in onGenericMotionEvent()517 mButtonsPressed |= MotionEvent.BUTTON_TERTIARY; in onGenericMotionEvent()544 (buttonState & MotionEvent.BUTTON_TERTIARY) == 0) { in onGenericMotionEvent()545 mButtonsPressed &= ~MotionEvent.BUTTON_TERTIARY; in onGenericMotionEvent()
1322 public static final int BUTTON_TERTIARY = 1 << 2; field in MotionEvent
40 @IntDef({MotionEvent.BUTTON_PRIMARY, MotionEvent.BUTTON_SECONDARY, MotionEvent.BUTTON_TERTIARY})
1343 || event.isButtonPressed(MotionEvent.BUTTON_TERTIARY)); in isOpenQsEvent()
33039 field public static final int BUTTON_TERTIARY = 4; // 0x4
51080 field public static final int BUTTON_TERTIARY = 4; // 0x4
51224 field public static final int BUTTON_TERTIARY = 4; // 0x4