Home
last modified time | relevance | path

Searched refs:ACTION_POINTER_UP (Results 1 – 25 of 46) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DClassifierData.java67 || (action == MotionEvent.ACTION_POINTER_UP && i == event.getActionIndex())) { in update()
81 || (action == MotionEvent.ACTION_POINTER_UP && i == event.getActionIndex())) { in cleanUp()
DSpeedAnglesClassifier.java70 && !(action == MotionEvent.ACTION_POINTER_UP && i == event.getActionIndex())) { in onTouchEvent()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DFullScreenMagnificationGestureHandlerTest.java22 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/
DEventDispatcher.java247 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()
DTouchState.java138 case MotionEvent.ACTION_POINTER_UP: in onInjectedMotionEvent()
402 case MotionEvent.ACTION_POINTER_UP: in onMotionEvent()
DGestureMatcher.java140 case MotionEvent.ACTION_POINTER_UP: in onMotionEvent()
/frameworks/base/core/tests/coretests/src/android/view/
DPinchZoomAction.java151 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/
DScaleGestureDetector.java282 action == MotionEvent.ACTION_POINTER_UP || in onTouchEvent()
285 final boolean pointerUp = action == MotionEvent.ACTION_POINTER_UP; in onTouchEvent()
DTouchDelegate.java125 case MotionEvent.ACTION_POINTER_UP: in onTouchEvent()
DMotionEvent.java272 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()
DGestureDetector.java559 (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP; in onTouchEvent()
586 case MotionEvent.ACTION_POINTER_UP: in onTouchEvent()
DVerifiedMotionEvent.java62 MotionEvent.ACTION_POINTER_UP, MotionEvent.ACTION_UP})
DInputEventConsistencyVerifier.java426 } else if (actionMasked == MotionEvent.ACTION_POINTER_UP) { in onTouchEvent()
/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
DBallsView.java80 } else if (act == MotionEvent.ACTION_POINTER_UP) { in onTouchEvent()
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewPager.java167 case MotionEventCompat.ACTION_POINTER_UP: { in onInterceptTouchEvent()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DFullScreenMagnificationGestureHandler.java24 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()
DMotionEventInjector.java411 : MotionEvent.ACTION_POINTER_UP; in appendUpEvents()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java96 case MotionEvent.ACTION_POINTER_UP: in onInterceptTouchEvent()
DPanelViewController.java1137 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/
DPipTouchState.java150 case MotionEvent.ACTION_POINTER_UP: { in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/touch/
DSwipeDetector.java226 case MotionEvent.ACTION_POINTER_UP: in onTouchEvent()
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DCropView.java225 final boolean pointerUp = action == MotionEvent.ACTION_POINTER_UP; in onTouchEvent()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/
DTouchExplorerTest.java152 MotionEvent.ACTION_POINTER_UP, in clearEventsWhenInTwoFingerMove_clearsStateAndSendsUp()
/frameworks/base/core/java/com/android/internal/widget/
DResolverDrawerLayout.java333 case MotionEvent.ACTION_POINTER_UP: { in onInterceptTouchEvent()
430 case MotionEvent.ACTION_POINTER_UP: { in onTouchEvent()
DPointerLocationView.java510 case MotionEvent.ACTION_POINTER_UP: in logCoords()
668 || (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP) { in onPointerEvent()

12