Home
last modified time | relevance | path

Searched refs:ACTION_POINTER_DOWN (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DTouchExplorerTest.java117 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()
DMagnificationGestureHandlerTest.java21 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/
DPointerCountClassifier.java44 if (action == MotionEvent.ACTION_POINTER_DOWN) { in onTouchEvent()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityGestureDetector.java357 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()
DTouchExplorer.java545 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()
DMagnificationGestureHandler.java23 import static android.view.MotionEvent.ACTION_POINTER_DOWN;
516 case ACTION_POINTER_DOWN: { in onMotionEvent()
696 case ACTION_POINTER_DOWN: { in onMotionEvent()
DMotionEventInjector.java434 : MotionEvent.ACTION_POINTER_DOWN; in appendDownEvents()
/frameworks/base/core/java/android/view/
DMotionEvent.java261 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()
DTouchDelegate.java124 case MotionEvent.ACTION_POINTER_DOWN: in onTouchEvent()
DScaleGestureDetector.java283 action == MotionEvent.ACTION_POINTER_DOWN || anchoredScaleCancelled; in onTouchEvent()
DGestureDetector.java551 case MotionEvent.ACTION_POINTER_DOWN: in onTouchEvent()
DInputEventConsistencyVerifier.java405 if (actionMasked == MotionEvent.ACTION_POINTER_DOWN) { in onTouchEvent()
/frameworks/base/core/tests/coretests/src/android/view/
DPinchZoomAction.java91 MotionEvent.ACTION_POINTER_DOWN + in sendPinchZoomAction()
/frameworks/base/services/core/java/com/android/server/wm/
DSystemGesturesPointerEventListener.java141 case MotionEvent.ACTION_POINTER_DOWN: in onPointerEvent()
/frameworks/base/core/java/com/android/internal/widget/
DSwipeDismissLayout.java191 case MotionEvent.ACTION_POINTER_DOWN: in onInterceptTouchEvent()
DPointerLocationView.java502 case MotionEvent.ACTION_POINTER_DOWN: in logCoords()
571 || (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_DOWN) { in onPointerEvent()
DResolverDrawerLayout.java386 case MotionEvent.ACTION_POINTER_DOWN: { in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java348 case MotionEvent.ACTION_POINTER_DOWN: in onTouchEvent()
604 case MotionEvent.ACTION_POINTER_DOWN: in onInterceptTouchEvent()
DEdgeBackGestureHandler.java391 if (action == MotionEvent.ACTION_POINTER_DOWN) { in onMotionEvent()
DKeyguardAffordanceHelper.java147 case MotionEvent.ACTION_POINTER_DOWN: in onTouchEvent()
DStatusBarWindowView.java392 if (ev.getActionMasked() == MotionEvent.ACTION_POINTER_DOWN) { in dispatchTouchEvent()
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DInteractionController.java717 getPointerAction(MotionEvent.ACTION_POINTER_DOWN, x), x + 1, properties,
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java488 case MotionEvent.ACTION_POINTER_DOWN: in onTouchEvent()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java247 case MotionEvent.ACTION_POINTER_DOWN: { in handleTouchEvent()
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java647 case MotionEvent.ACTION_POINTER_DOWN: { in onInterceptTouchEvent()

12