Searched refs:BUTTON_STYLUS_PRIMARY (Results 1 – 11 of 11) 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()
822 && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in onGenericMotionEvent()834 if (mInContextClick && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in onGenericMotionEvent()
245 (event.getButtonState() & MotionEvent.BUTTON_STYLUS_PRIMARY) != 0; in onTouchEvent()
1349 public static final int BUTTON_STYLUS_PRIMARY = 1 << 5; field in MotionEvent
14456 && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY14469 if (mInContextButtonPress && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY
1312 MotionEvent.BUTTON_STYLUS_PRIMARY) || event.isButtonPressed( in isOpenQsEvent()
4290 if ((actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in onGenericMotionEvent()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
53332 field public static final int BUTTON_STYLUS_PRIMARY = 32; // 0x20