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()
DInputEventConsistencyVerifier.java512 if (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY && in onGenericMotionEvent()
540 if (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY && in onGenericMotionEvent()
DGestureDetector.java822 && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in onGenericMotionEvent()
834 if (mInContextClick && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in onGenericMotionEvent()
DScaleGestureDetector.java245 (event.getButtonState() & MotionEvent.BUTTON_STYLUS_PRIMARY) != 0; in onTouchEvent()
DMotionEvent.java1349 public static final int BUTTON_STYLUS_PRIMARY = 1 << 5; field in MotionEvent
DView.java14456 && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY
14469 if (mInContextButtonPress && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewController.java1312 MotionEvent.BUTTON_STYLUS_PRIMARY) || event.isButtonPressed( in isOpenQsEvent()
/frameworks/base/core/java/android/widget/
DAbsListView.java4290 if ((actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in onGenericMotionEvent()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt53332 field public static final int BUTTON_STYLUS_PRIMARY = 32; // 0x20