Home
last modified time | relevance | path

Searched refs:BUTTON_STYLUS_PRIMARY (Results 1 – 13 of 13) 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.java850 && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in onGenericMotionEvent()
862 if (mInContextClick && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in onGenericMotionEvent()
DScaleGestureDetector.java269 (event.getButtonState() & MotionEvent.BUTTON_STYLUS_PRIMARY) != 0; in onTouchEvent()
DMotionEvent.java1569 public static final int BUTTON_STYLUS_PRIMARY = 1 << 5; field in MotionEvent
1625 BUTTON_STYLUS_PRIMARY,
DView.java16617 && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in dispatchGenericMotionEventInternal()
16630 if (mInContextButtonPress && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in dispatchGenericMotionEventInternal()
/frameworks/base/core/java/android/hardware/input/
DVirtualStylusButtonEvent.java59 public static final int BUTTON_PRIMARY = MotionEvent.BUTTON_STYLUS_PRIMARY;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DQuickSettingsControllerImplTest.java24 import static android.view.MotionEvent.BUTTON_STYLUS_PRIMARY;
363 event.setButtonState(BUTTON_STYLUS_PRIMARY); in isOpenQsEvent_stylusButtonClickDrag()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java577 MotionEvent.BUTTON_STYLUS_PRIMARY) || event.isButtonPressed( in isOpenQsEvent()
/frameworks/base/core/java/android/widget/
DAbsListView.java4560 if ((actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in onGenericMotionEvent()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt51941 field public static final int BUTTON_STYLUS_PRIMARY = 32; // 0x20