Home
last modified time | relevance | path

Searched refs:BUTTON_TERTIARY (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/view/
DInputEventConsistencyVerifier.java512 (buttonState & MotionEvent.BUTTON_TERTIARY) != 0) { in onGenericMotionEvent()
513 mButtonsPressed |= MotionEvent.BUTTON_TERTIARY; in onGenericMotionEvent()
540 (buttonState & MotionEvent.BUTTON_TERTIARY) == 0) { in onGenericMotionEvent()
541 mButtonsPressed &= ~MotionEvent.BUTTON_TERTIARY; in onGenericMotionEvent()
DMotionEvent.java1306 public static final int BUTTON_TERTIARY = 1 << 2; field in MotionEvent
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DMouseUiController.java37 @IntDef({MotionEvent.BUTTON_PRIMARY, MotionEvent.BUTTON_SECONDARY, MotionEvent.BUTTON_TERTIARY})
/frameworks/support/v13/tests/java/android/support/v13/view/
DDragStartHelperTest.java233 sendMouseEvent(MotionEvent.ACTION_DOWN, MotionEvent.BUTTON_TERTIARY, mDragSource, 0, 0);
234 sendMouseEvent(MotionEvent.ACTION_MOVE, MotionEvent.BUTTON_TERTIARY, mDragSource, 1, 2);
235 sendMouseEvent(MotionEvent.ACTION_UP, MotionEvent.BUTTON_TERTIARY, mDragSource, 3, 4);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java927 || event.isButtonPressed(MotionEvent.BUTTON_TERTIARY)); in isOpenQsEvent()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33039 field public static final int BUTTON_TERTIARY = 4; // 0x4
/frameworks/base/api/
Dcurrent.txt45063 field public static final int BUTTON_TERTIARY = 4; // 0x4
Dtest-current.txt45513 field public static final int BUTTON_TERTIARY = 4; // 0x4
Dsystem-current.txt48650 field public static final int BUTTON_TERTIARY = 4; // 0x4