/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityGestureDetector.java | 289 case MotionEvent.ACTION_POINTER_DOWN: in onMotionEvent() 425 (event.getActionMasked() != MotionEvent.ACTION_POINTER_DOWN && in mapSecondPointerToFirstPointer() 433 if (action == MotionEvent.ACTION_POINTER_DOWN) { in mapSecondPointerToFirstPointer()
|
D | TouchExplorer.java | 534 case MotionEvent.ACTION_POINTER_DOWN: { in handleMotionEventStateTouchExploring() 666 case MotionEvent.ACTION_POINTER_DOWN: { in handleMotionEventStateDragging() 1017 case MotionEvent.ACTION_POINTER_DOWN: { in computeInjectionAction() 1024 | MotionEvent.ACTION_POINTER_DOWN; in computeInjectionAction() 1336 case MotionEvent.ACTION_POINTER_DOWN: { in onMotionEvent() 1496 case MotionEvent.ACTION_POINTER_DOWN: { in onMotionEvent()
|
D | MagnificationGestureHandler.java | 463 case MotionEvent.ACTION_POINTER_DOWN: { in onMotionEvent() 597 case MotionEvent.ACTION_POINTER_DOWN: { in onMotionEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
D | PointerCountClassifier.java | 44 if (action == MotionEvent.ACTION_POINTER_DOWN) { in onTouchEvent()
|
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 235 public static final int ACTION_POINTER_DOWN = 5; field in MotionEvent 356 public static final int ACTION_POINTER_1_DOWN = ACTION_POINTER_DOWN | 0x0000; 363 public static final int ACTION_POINTER_2_DOWN = ACTION_POINTER_DOWN | 0x0100; 370 public static final int ACTION_POINTER_3_DOWN = ACTION_POINTER_DOWN | 0x0200; 3109 if (oldActionMasked == ACTION_POINTER_DOWN || oldActionMasked == ACTION_POINTER_UP) { in split() 3115 newAction = oldActionMasked == ACTION_POINTER_DOWN in split() 3219 case ACTION_POINTER_DOWN: in actionToString()
|
D | ScaleGestureDetector.java | 282 action == MotionEvent.ACTION_POINTER_DOWN || anchoredScaleCancelled; in onTouchEvent()
|
D | GestureDetector.java | 521 case MotionEvent.ACTION_POINTER_DOWN: in onTouchEvent()
|
D | InputEventConsistencyVerifier.java | 401 if (actionMasked == MotionEvent.ACTION_POINTER_DOWN) { in onTouchEvent()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | EnableAccessibilityController.java | 160 if (event.getActionMasked() == MotionEvent.ACTION_POINTER_DOWN in onInterceptTouchEvent() 185 case MotionEvent.ACTION_POINTER_DOWN: { in onTouchEvent()
|
D | SystemGesturesPointerEventListener.java | 107 case MotionEvent.ACTION_POINTER_DOWN: in onPointerEvent()
|
/frameworks/support/v4/java/android/support/v4/view/ |
D | MotionEventCompat.java | 193 public static final int ACTION_POINTER_DOWN = 5; field in MotionEventCompat
|
D | GestureDetectorCompat.java | 250 case MotionEventCompat.ACTION_POINTER_DOWN: in onTouchEvent()
|
/frameworks/base/docs/html/training/gestures/ |
D | multi.jd | 57 <li>{@link android.support.v4.view.MotionEventCompat#ACTION_POINTER_DOWN}—For 162 case MotionEvent.ACTION_POINTER_DOWN: return "Pointer Down";
|
D | scale.jd | 71 {@link android.view.MotionEvent#ACTION_POINTER_DOWN} and 74 {@link android.view.MotionEvent#ACTION_POINTER_DOWN} and
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | SwipeDismissLayout.java | 182 case MotionEvent.ACTION_POINTER_DOWN: in onInterceptTouchEvent()
|
D | PointerLocationView.java | 462 case MotionEvent.ACTION_POINTER_DOWN: in logCoords() 531 || (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_DOWN) { in onPointerEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelView.java | 291 case MotionEvent.ACTION_POINTER_DOWN: in onTouchEvent() 500 case MotionEvent.ACTION_POINTER_DOWN: in onInterceptTouchEvent()
|
D | KeyguardAffordanceHelper.java | 151 case MotionEvent.ACTION_POINTER_DOWN: in onTouchEvent()
|
D | StatusBarWindowView.java | 225 if (ev.getActionMasked() == MotionEvent.ACTION_POINTER_DOWN) { in dispatchTouchEvent()
|
/frameworks/base/core/java/android/accessibilityservice/ |
D | GestureDescription.java | 478 : MotionEvent.ACTION_POINTER_DOWN; in appendDownEvents()
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | ViewDragHelper.java | 987 case MotionEventCompat.ACTION_POINTER_DOWN: { in shouldInterceptTouchEvent() 1123 case MotionEventCompat.ACTION_POINTER_DOWN: { in processTouchEvent()
|
D | SwipeRefreshLayout.java | 1018 case MotionEventCompat.ACTION_POINTER_DOWN: { in onTouchEvent()
|
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
D | InteractionController.java | 719 getPointerAction(MotionEvent.ACTION_POINTER_DOWN, x), x + 1, properties,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ExpandHelper.java | 479 case MotionEvent.ACTION_POINTER_DOWN: in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskStackViewTouchHandler.java | 247 case MotionEvent.ACTION_POINTER_DOWN: { in handleTouchEvent()
|