Home
last modified time | relevance | path

Searched refs:BUTTON_TERTIARY (Results 1 – 10 of 10) 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.java1279 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/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java823 || event.isButtonPressed(MotionEvent.BUTTON_TERTIARY)); in isOpenQsEvent()
/frameworks/base/docs/html/about/versions/marshmallow/
Dandroid-6.0.jd365 {@link android.view.MotionEvent#BUTTON_TERTIARY} (for secondary stylus button press), or both.
/frameworks/base/docs/html/about/versions/
Dandroid-4.0.jd1485 android.view.MotionEvent#BUTTON_TERTIARY}, {@link android.view.MotionEvent#BUTTON_BACK}, and {@link
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33039 field public static final int BUTTON_TERTIARY = 4; // 0x4
/frameworks/base/api/
Dcurrent.txt41835 field public static final int BUTTON_TERTIARY = 4; // 0x4
Dtest-current.txt41914 field public static final int BUTTON_TERTIARY = 4; // 0x4
Dsystem-current.txt44835 field public static final int BUTTON_TERTIARY = 4; // 0x4