Home
last modified time | relevance | path

Searched refs:BUTTON_STYLUS_PRIMARY (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/view/
DGestureDetector.java699 && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in onGenericMotionEvent()
711 if (mInContextClick && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in onGenericMotionEvent()
DInputEventConsistencyVerifier.java508 if (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY && in onGenericMotionEvent()
536 if (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY && in onGenericMotionEvent()
DScaleGestureDetector.java244 (event.getButtonState() & MotionEvent.BUTTON_STYLUS_PRIMARY) != 0; in onTouchEvent()
DMotionEvent.java1308 public static final int BUTTON_STYLUS_PRIMARY = 1 << 5; field in MotionEvent
DView.java10057 && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in dispatchGenericMotionEventInternal()
10070 if (mInContextButtonPress && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in dispatchGenericMotionEventInternal()
DViewRootImpl.java6234 MotionEvent.BUTTON_STYLUS_PRIMARY | MotionEvent.BUTTON_STYLUS_SECONDARY; in adjustInputEventForCompatibility()
/frameworks/base/docs/html/about/versions/marshmallow/
Dandroid-6.0.jd356 method returns {@link android.view.MotionEvent#BUTTON_STYLUS_PRIMARY} when the user
360 ({@link android.view.MotionEvent#BUTTON_STYLUS_PRIMARY}|{@link android.view.MotionEvent#BUTTON_STYL…
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java818 && (event.isButtonPressed(MotionEvent.BUTTON_STYLUS_PRIMARY) in isOpenQsEvent()
/frameworks/base/core/java/android/widget/
DAbsListView.java4225 if ((actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in onGenericMotionEvent()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java772 (motionEvent.getButtonState() & MotionEvent.BUTTON_STYLUS_PRIMARY) != 0; in onInputEvent()
/frameworks/base/api/
Dcurrent.txt41833 field public static final int BUTTON_STYLUS_PRIMARY = 32; // 0x20
Dtest-current.txt41912 field public static final int BUTTON_STYLUS_PRIMARY = 32; // 0x20
Dsystem-current.txt44833 field public static final int BUTTON_STYLUS_PRIMARY = 32; // 0x20