/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
D | ClassifierData.java | 67 || (action == MotionEvent.ACTION_POINTER_UP && i == event.getActionIndex())) { in update() 81 || (action == MotionEvent.ACTION_POINTER_UP && i == event.getActionIndex())) { in cleanUp()
|
D | SpeedAnglesClassifier.java | 70 && !(action == MotionEvent.ACTION_POINTER_UP && i == event.getActionIndex())) { in onTouchEvent()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | FullScreenMagnificationGestureHandlerTest.java | 22 import static android.view.MotionEvent.ACTION_POINTER_UP; 345 send(pointerEvent(ACTION_POINTER_UP, DEFAULT_X * 2, DEFAULT_Y)); in testTwoFingersOneTap_zoomedState_dispatchMotionEvents() 352 expectedActions.add(Integer.valueOf(ACTION_POINTER_UP)); in testTwoFingersOneTap_zoomedState_dispatchMotionEvents() 371 send(pointerEvent(ACTION_POINTER_UP, new PointF[] {pointer1, pointer2, pointer3})); in testThreeFingersOneTap_zoomedState_dispatchMotionEvents() 372 send(pointerEvent(ACTION_POINTER_UP, new PointF[] {pointer1, pointer2, pointer3})); in testThreeFingersOneTap_zoomedState_dispatchMotionEvents() 380 expectedActions.add(Integer.valueOf(ACTION_POINTER_UP)); in testThreeFingersOneTap_zoomedState_dispatchMotionEvents() 381 expectedActions.add(Integer.valueOf(ACTION_POINTER_UP)); in testThreeFingersOneTap_zoomedState_dispatchMotionEvents() 628 send(pointerEvent(ACTION_POINTER_UP, DEFAULT_X * 2, DEFAULT_Y));
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/ |
D | EventDispatcher.java | 247 case MotionEvent.ACTION_POINTER_UP: in computeInjectionAction() 253 | MotionEvent.ACTION_POINTER_UP; in computeInjectionAction() 303 final int action = computeInjectionAction(MotionEvent.ACTION_POINTER_UP, i); in sendUpForInjectedDownPointers()
|
D | TouchState.java | 138 case MotionEvent.ACTION_POINTER_UP: in onInjectedMotionEvent() 402 case MotionEvent.ACTION_POINTER_UP: in onMotionEvent()
|
D | GestureMatcher.java | 140 case MotionEvent.ACTION_POINTER_UP: in onMotionEvent()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | PinchZoomAction.java | 151 MotionEvent.ACTION_POINTER_UP, 2, pointerProperties, pointerCoords, in sendPinchZoomAction() 166 MotionEvent.ACTION_POINTER_UP, 1, pointerProperties, pointerCoords, in sendPinchZoomAction()
|
/frameworks/base/core/java/android/view/ |
D | ScaleGestureDetector.java | 282 action == MotionEvent.ACTION_POINTER_UP || in onTouchEvent() 285 final boolean pointerUp = action == MotionEvent.ACTION_POINTER_UP; in onTouchEvent()
|
D | TouchDelegate.java | 125 case MotionEvent.ACTION_POINTER_UP: in onTouchEvent()
|
D | MotionEvent.java | 272 public static final int ACTION_POINTER_UP = 6; field in MotionEvent 403 public static final int ACTION_POINTER_1_UP = ACTION_POINTER_UP | 0x0000; 410 public static final int ACTION_POINTER_2_UP = ACTION_POINTER_UP | 0x0100; 417 public static final int ACTION_POINTER_3_UP = ACTION_POINTER_UP | 0x0200; 3472 if (oldActionMasked == ACTION_POINTER_DOWN || oldActionMasked == ACTION_POINTER_UP) { in split() 3630 case ACTION_POINTER_UP: in actionToString()
|
D | GestureDetector.java | 559 (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP; in onTouchEvent() 586 case MotionEvent.ACTION_POINTER_UP: in onTouchEvent()
|
D | VerifiedMotionEvent.java | 62 MotionEvent.ACTION_POINTER_UP, MotionEvent.ACTION_UP})
|
D | InputEventConsistencyVerifier.java | 426 } else if (actionMasked == MotionEvent.ACTION_POINTER_UP) { in onTouchEvent()
|
/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/ |
D | BallsView.java | 80 } else if (act == MotionEvent.ACTION_POINTER_UP) { in onTouchEvent()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
D | PhotoViewPager.java | 167 case MotionEventCompat.ACTION_POINTER_UP: { in onInterceptTouchEvent()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | FullScreenMagnificationGestureHandler.java | 24 import static android.view.MotionEvent.ACTION_POINTER_UP; 407 if (action == ACTION_POINTER_UP in onMotionEvent() 554 case ACTION_POINTER_UP: { in onMotionEvent() 723 case ACTION_POINTER_UP: { in onMotionEvent()
|
D | MotionEventInjector.java | 411 : MotionEvent.ACTION_POINTER_UP; in appendUpEvents()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpTouchHelper.java | 96 case MotionEvent.ACTION_POINTER_UP: in onInterceptTouchEvent()
|
D | PanelViewController.java | 1137 case MotionEvent.ACTION_POINTER_UP: in onInterceptTouchEvent() 1252 case MotionEvent.ACTION_POINTER_UP: in onTouch()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/ |
D | PipTouchState.java | 150 case MotionEvent.ACTION_POINTER_UP: { in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/touch/ |
D | SwipeDetector.java | 226 case MotionEvent.ACTION_POINTER_UP: in onTouchEvent()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
D | CropView.java | 225 final boolean pointerUp = action == MotionEvent.ACTION_POINTER_UP; in onTouchEvent()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/ |
D | TouchExplorerTest.java | 152 MotionEvent.ACTION_POINTER_UP, in clearEventsWhenInTwoFingerMove_clearsStateAndSendsUp()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ResolverDrawerLayout.java | 333 case MotionEvent.ACTION_POINTER_UP: { in onInterceptTouchEvent() 430 case MotionEvent.ACTION_POINTER_UP: { in onTouchEvent()
|
D | PointerLocationView.java | 510 case MotionEvent.ACTION_POINTER_UP: in logCoords() 668 || (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP) { in onPointerEvent()
|