Home
last modified time | relevance | path

Searched refs:BUTTON_SECONDARY (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/java/android/view/
DInputEventConsistencyVerifier.java509 (buttonState & MotionEvent.BUTTON_SECONDARY) != 0) { in onGenericMotionEvent()
510 mButtonsPressed |= MotionEvent.BUTTON_SECONDARY; in onGenericMotionEvent()
537 (buttonState & MotionEvent.BUTTON_SECONDARY) == 0) { in onGenericMotionEvent()
538 mButtonsPressed &= ~MotionEvent.BUTTON_SECONDARY; in onGenericMotionEvent()
DGestureDetector.java700 || actionButton == MotionEvent.BUTTON_SECONDARY)) { in onGenericMotionEvent()
712 || actionButton == MotionEvent.BUTTON_SECONDARY)) { in onGenericMotionEvent()
DMotionEvent.java1272 public static final int BUTTON_SECONDARY = 1 << 1; field in MotionEvent
DView.java5740 (event.getButtonState() & MotionEvent.BUTTON_SECONDARY) != 0) { in performButtonActionOnTouchDown()
10058 || actionButton == MotionEvent.BUTTON_SECONDARY)) { in dispatchGenericMotionEventInternal()
10071 || actionButton == MotionEvent.BUTTON_SECONDARY)) { in dispatchGenericMotionEventInternal()
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DMouseUiController.java37 @IntDef({MotionEvent.BUTTON_PRIMARY, MotionEvent.BUTTON_SECONDARY, MotionEvent.BUTTON_TERTIARY})
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DEvents.java161 return mEvent.isButtonPressed(MotionEvent.BUTTON_SECONDARY); in isSecondaryButtonPressed()
/frameworks/base/core/tests/coretests/src/android/widget/
DTextViewActivityMouseTest.java111 mouseClickOnTextAtIndex(text.indexOf("d"), MotionEvent.BUTTON_SECONDARY)); in testContextMenu()
125 mouseClickOnTextAtIndex(text.indexOf("d"), MotionEvent.BUTTON_SECONDARY)); in testContextMenu()
138 mouseClickOnTextAtIndex(text.indexOf("i"), MotionEvent.BUTTON_SECONDARY)); in testContextMenu()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java822 && (event.isButtonPressed(MotionEvent.BUTTON_SECONDARY) in isOpenQsEvent()
/frameworks/base/docs/html/about/versions/marshmallow/
Dandroid-6.0.jd364 {@link android.view.MotionEvent#BUTTON_SECONDARY} (for primary stylus button press),
/frameworks/base/core/java/android/widget/
DAbsListView.java4226 || actionButton == MotionEvent.BUTTON_SECONDARY) in onGenericMotionEvent()
/frameworks/base/docs/html/about/versions/
Dandroid-4.0.jd1484 android.view.MotionEvent#BUTTON_PRIMARY}, {@link android.view.MotionEvent#BUTTON_SECONDARY}, {@link
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33038 field public static final int BUTTON_SECONDARY = 2; // 0x2
/frameworks/base/api/
Dcurrent.txt41832 field public static final int BUTTON_SECONDARY = 2; // 0x2
Dtest-current.txt41911 field public static final int BUTTON_SECONDARY = 2; // 0x2
Dsystem-current.txt44832 field public static final int BUTTON_SECONDARY = 2; // 0x2