Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDragInputEventReceiver.java24 import static android.view.MotionEvent.BUTTON_STYLUS_PRIMARY;
69 (motionEvent.getButtonState() & BUTTON_STYLUS_PRIMARY) != 0; in onInputEvent()
/frameworks/base/core/java/android/view/
DInputEventCompatProcessor.java58 MotionEvent.BUTTON_STYLUS_PRIMARY | MotionEvent.BUTTON_STYLUS_SECONDARY; in processInputEventForCompatibility()
DGestureDetector.java794 && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in onGenericMotionEvent()
806 if (mInContextClick && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in onGenericMotionEvent()
DInputEventConsistencyVerifier.java512 if (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY && in onGenericMotionEvent()
540 if (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY && in onGenericMotionEvent()
DScaleGestureDetector.java245 (event.getButtonState() & MotionEvent.BUTTON_STYLUS_PRIMARY) != 0; in onTouchEvent()
DMotionEvent.java1351 public static final int BUTTON_STYLUS_PRIMARY = 1 << 5; field in MotionEvent
DView.java14104 && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in dispatchGenericMotionEventInternal()
14117 if (mInContextButtonPress && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in dispatchGenericMotionEventInternal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java1338 && (event.isButtonPressed(MotionEvent.BUTTON_STYLUS_PRIMARY) in isOpenQsEvent()
/frameworks/base/core/java/android/widget/
DAbsListView.java4309 if ((actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in onGenericMotionEvent()
/frameworks/base/non-updatable-api/
Dcurrent.txt51078 field public static final int BUTTON_STYLUS_PRIMARY = 32; // 0x20
/frameworks/base/api/
Dcurrent.txt51222 field public static final int BUTTON_STYLUS_PRIMARY = 32; // 0x20