Searched refs:BUTTON_STYLUS_PRIMARY (Results 1 – 13 of 13) sorted by relevance
24 import static android.view.MotionEvent.BUTTON_STYLUS_PRIMARY;69 (motionEvent.getButtonState() & BUTTON_STYLUS_PRIMARY) != 0; in onInputEvent()
58 MotionEvent.BUTTON_STYLUS_PRIMARY | MotionEvent.BUTTON_STYLUS_SECONDARY; in processInputEventForCompatibility()
512 if (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY && in onGenericMotionEvent()540 if (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY && in onGenericMotionEvent()
850 && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in onGenericMotionEvent()862 if (mInContextClick && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in onGenericMotionEvent()
269 (event.getButtonState() & MotionEvent.BUTTON_STYLUS_PRIMARY) != 0; in onTouchEvent()
1569 public static final int BUTTON_STYLUS_PRIMARY = 1 << 5; field in MotionEvent1625 BUTTON_STYLUS_PRIMARY,
16617 && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in dispatchGenericMotionEventInternal()16630 if (mInContextButtonPress && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in dispatchGenericMotionEventInternal()
59 public static final int BUTTON_PRIMARY = MotionEvent.BUTTON_STYLUS_PRIMARY;
24 import static android.view.MotionEvent.BUTTON_STYLUS_PRIMARY;363 event.setButtonState(BUTTON_STYLUS_PRIMARY); in isOpenQsEvent_stylusButtonClickDrag()
577 MotionEvent.BUTTON_STYLUS_PRIMARY) || event.isButtonPressed( in isOpenQsEvent()
4560 if ((actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in onGenericMotionEvent()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
51941 field public static final int BUTTON_STYLUS_PRIMARY = 32; // 0x20