/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | TouchExplorerTest.java | 117 MotionEvent.ACTION_POINTER_DOWN); in testTwoFingersMove_shouldDelegatingAndInjectActionDownPointerDown() 140 MotionEvent.ACTION_POINTER_DOWN); in testTwoFingersNotDrag_shouldDelegatingAndActionUpDownPointerDown() 151 MotionEvent.ACTION_POINTER_DOWN, in testThreeFingersMove_shouldDelegatingAnd3ActionPointerDown() 152 MotionEvent.ACTION_POINTER_DOWN); in testThreeFingersMove_shouldDelegatingAnd3ActionPointerDown() 270 final int action = MotionEvent.ACTION_POINTER_DOWN | secondPointerId; in pointerDownEvent() 278 final int action = MotionEvent.ACTION_POINTER_DOWN | thirdPointerId; in thirdPointerDownEvent()
|
D | MagnificationGestureHandlerTest.java | 21 import static android.view.MotionEvent.ACTION_POINTER_DOWN; 271 send(pointerEvent(ACTION_POINTER_DOWN, DEFAULT_X * 2, DEFAULT_Y)); in testNonTransitions_dontChangeState() 468 send(pointerEvent(ACTION_POINTER_DOWN, DEFAULT_X * 2, DEFAULT_Y));
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
D | PointerCountClassifier.java | 44 if (action == MotionEvent.ACTION_POINTER_DOWN) { in onTouchEvent()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityGestureDetector.java | 357 case MotionEvent.ACTION_POINTER_DOWN: in onMotionEvent() 619 (event.getActionMasked() != MotionEvent.ACTION_POINTER_DOWN && in mapSecondPointerToFirstPointer() 627 if (action == MotionEvent.ACTION_POINTER_DOWN) { in mapSecondPointerToFirstPointer()
|
D | TouchExplorer.java | 545 case MotionEvent.ACTION_POINTER_DOWN: { in handleMotionEventStateTouchExploring() 682 case MotionEvent.ACTION_POINTER_DOWN: { in handleMotionEventStateDragging() 1047 case MotionEvent.ACTION_POINTER_DOWN: { in computeInjectionAction() 1054 | MotionEvent.ACTION_POINTER_DOWN; in computeInjectionAction() 1376 case MotionEvent.ACTION_POINTER_DOWN: { in onMotionEvent() 1536 case MotionEvent.ACTION_POINTER_DOWN: { in onMotionEvent()
|
D | MagnificationGestureHandler.java | 23 import static android.view.MotionEvent.ACTION_POINTER_DOWN; 516 case ACTION_POINTER_DOWN: { in onMotionEvent() 696 case ACTION_POINTER_DOWN: { in onMotionEvent()
|
D | MotionEventInjector.java | 434 : MotionEvent.ACTION_POINTER_DOWN; in appendDownEvents()
|
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 261 public static final int ACTION_POINTER_DOWN = 5; field in MotionEvent 382 public static final int ACTION_POINTER_1_DOWN = ACTION_POINTER_DOWN | 0x0000; 389 public static final int ACTION_POINTER_2_DOWN = ACTION_POINTER_DOWN | 0x0100; 396 public static final int ACTION_POINTER_3_DOWN = ACTION_POINTER_DOWN | 0x0200; 3406 if (oldActionMasked == ACTION_POINTER_DOWN || oldActionMasked == ACTION_POINTER_UP) { in split() 3412 newAction = oldActionMasked == ACTION_POINTER_DOWN in split() 3531 case ACTION_POINTER_DOWN: in actionToString()
|
D | TouchDelegate.java | 124 case MotionEvent.ACTION_POINTER_DOWN: in onTouchEvent()
|
D | ScaleGestureDetector.java | 283 action == MotionEvent.ACTION_POINTER_DOWN || anchoredScaleCancelled; in onTouchEvent()
|
D | GestureDetector.java | 551 case MotionEvent.ACTION_POINTER_DOWN: in onTouchEvent()
|
D | InputEventConsistencyVerifier.java | 405 if (actionMasked == MotionEvent.ACTION_POINTER_DOWN) { in onTouchEvent()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | PinchZoomAction.java | 91 MotionEvent.ACTION_POINTER_DOWN + in sendPinchZoomAction()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SystemGesturesPointerEventListener.java | 141 case MotionEvent.ACTION_POINTER_DOWN: in onPointerEvent()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | SwipeDismissLayout.java | 191 case MotionEvent.ACTION_POINTER_DOWN: in onInterceptTouchEvent()
|
D | PointerLocationView.java | 502 case MotionEvent.ACTION_POINTER_DOWN: in logCoords() 571 || (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_DOWN) { in onPointerEvent()
|
D | ResolverDrawerLayout.java | 386 case MotionEvent.ACTION_POINTER_DOWN: { in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelView.java | 348 case MotionEvent.ACTION_POINTER_DOWN: in onTouchEvent() 604 case MotionEvent.ACTION_POINTER_DOWN: in onInterceptTouchEvent()
|
D | EdgeBackGestureHandler.java | 391 if (action == MotionEvent.ACTION_POINTER_DOWN) { in onMotionEvent()
|
D | KeyguardAffordanceHelper.java | 147 case MotionEvent.ACTION_POINTER_DOWN: in onTouchEvent()
|
D | StatusBarWindowView.java | 392 if (ev.getActionMasked() == MotionEvent.ACTION_POINTER_DOWN) { in dispatchTouchEvent()
|
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
D | InteractionController.java | 717 getPointerAction(MotionEvent.ACTION_POINTER_DOWN, x), x + 1, properties,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ExpandHelper.java | 488 case MotionEvent.ACTION_POINTER_DOWN: in onTouchEvent()
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/ |
D | TaskStackViewTouchHandler.java | 247 case MotionEvent.ACTION_POINTER_DOWN: { in handleTouchEvent()
|
/frameworks/base/core/java/android/widget/ |
D | HorizontalScrollView.java | 647 case MotionEvent.ACTION_POINTER_DOWN: { in onInterceptTouchEvent()
|