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()
794 && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in onGenericMotionEvent()806 if (mInContextClick && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in onGenericMotionEvent()
512 if (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY && in onGenericMotionEvent()540 if (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY && in onGenericMotionEvent()
245 (event.getButtonState() & MotionEvent.BUTTON_STYLUS_PRIMARY) != 0; in onTouchEvent()
1351 public static final int BUTTON_STYLUS_PRIMARY = 1 << 5; field in MotionEvent
14104 && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in dispatchGenericMotionEventInternal()14117 if (mInContextButtonPress && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in dispatchGenericMotionEventInternal()
1338 && (event.isButtonPressed(MotionEvent.BUTTON_STYLUS_PRIMARY) in isOpenQsEvent()
4309 if ((actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in onGenericMotionEvent()
51078 field public static final int BUTTON_STYLUS_PRIMARY = 32; // 0x20
51222 field public static final int BUTTON_STYLUS_PRIMARY = 32; // 0x20