/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/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/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityGestureDetector.java | 374 case MotionEvent.ACTION_POINTER_UP: in onMotionEvent() 620 event.getActionMasked() != MotionEvent.ACTION_POINTER_UP && in mapSecondPointerToFirstPointer() 629 } else if (action == MotionEvent.ACTION_POINTER_UP) { in mapSecondPointerToFirstPointer()
|
D | TouchExplorer.java | 746 case MotionEvent.ACTION_POINTER_UP: { in handleMotionEventStateDragging() 1057 case MotionEvent.ACTION_POINTER_UP: { in computeInjectionAction() 1064 | MotionEvent.ACTION_POINTER_UP; in computeInjectionAction() 1383 case MotionEvent.ACTION_POINTER_UP: { in onMotionEvent() 1542 case MotionEvent.ACTION_POINTER_UP: { in onMotionEvent()
|
D | MagnificationGestureHandler.java | 24 import static android.view.MotionEvent.ACTION_POINTER_UP; 399 if (action == ACTION_POINTER_UP in onMotionEvent() 548 case ACTION_POINTER_UP: { in onMotionEvent()
|
D | MotionEventInjector.java | 409 : MotionEvent.ACTION_POINTER_UP; in appendUpEvents()
|
/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; 3406 if (oldActionMasked == ACTION_POINTER_DOWN || oldActionMasked == ACTION_POINTER_UP) { in split() 3533 case ACTION_POINTER_UP: in actionToString()
|
D | GestureDetector.java | 531 (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP; in onTouchEvent() 558 case MotionEvent.ACTION_POINTER_UP: in onTouchEvent()
|
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/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpTouchHelper.java | 93 case MotionEvent.ACTION_POINTER_UP: in onInterceptTouchEvent()
|
D | PanelView.java | 337 case MotionEvent.ACTION_POINTER_UP: in onTouchEvent() 594 case MotionEvent.ACTION_POINTER_UP: in onInterceptTouchEvent()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | MagnificationGestureHandlerTest.java | 22 import static android.view.MotionEvent.ACTION_POINTER_UP; 518 send(pointerEvent(ACTION_POINTER_UP, DEFAULT_X * 2, DEFAULT_Y));
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/ |
D | PipTouchState.java | 147 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/core/java/com/android/internal/widget/ |
D | SwipeDismissLayout.java | 195 case MotionEvent.ACTION_POINTER_UP: in onInterceptTouchEvent()
|
D | ResolverDrawerLayout.java | 309 case MotionEvent.ACTION_POINTER_UP: { in onInterceptTouchEvent() 395 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()
|
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
D | InteractionController.java | 748 getPointerAction(MotionEvent.ACTION_POINTER_UP, x), x + 1, properties,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ExpandHelper.java | 487 case MotionEvent.ACTION_POINTER_UP: in onTouchEvent()
|