HomeSort by relevance Sort by last modified time
    Searched refs:BUTTON_STYLUS_PRIMARY (Results 1 - 10 of 10) sorted by null

  /cts/tests/tests/view/src/android/view/cts/
GestureDetectorTest.java 73 mButtonPressPrimaryMotionEvent.setActionButton(MotionEvent.BUTTON_STYLUS_PRIMARY);
  /frameworks/base/core/java/android/view/
GestureDetector.java 699 && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY
711 if (mInContextClick && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY
InputEventConsistencyVerifier.java 508 if (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY &&
536 if (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY &&
    [all...]
ScaleGestureDetector.java 324 (event.getButtonState() & MotionEvent.BUTTON_STYLUS_PRIMARY) != 0;
MotionEvent.java     [all...]
View.java     [all...]
ViewRootImpl.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java     [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java 740 (motionEvent.getButtonState() & MotionEvent.BUTTON_STYLUS_PRIMARY) != 0;
    [all...]

Completed in 541 milliseconds