/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/brightline/ |
D | FalsingDataProviderTest.java | 68 assertThat(motionEventList.get(1).getActionMasked(), is(MotionEvent.ACTION_MOVE)); in test_trackMotionEvents() 89 assertThat(motionEventList.get(1).getActionMasked(), is(MotionEvent.ACTION_MOVE)); in test_trackRecentMotionEvents() 101 assertThat(motionEventList.get(0).getActionMasked(), is(MotionEvent.ACTION_MOVE)); in test_trackRecentMotionEvents() 133 assertThat(motionEventList.get(0).getActionMasked(), is(MotionEvent.ACTION_MOVE)); in test_unpackMotionEvents() 134 assertThat(motionEventList.get(1).getActionMasked(), is(MotionEvent.ACTION_MOVE)); in test_unpackMotionEvents() 135 assertThat(motionEventList.get(2).getActionMasked(), is(MotionEvent.ACTION_MOVE)); in test_unpackMotionEvents()
|
D | ClassifierTest.java | 86 return appendMotionEvent(MotionEvent.ACTION_MOVE, x, y); in appendMoveEvent() 90 return appendMotionEvent(MotionEvent.ACTION_MOVE, x, y, eventTime); in appendMoveEvent()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DragInputEventReceiver.java | 22 import static android.view.MotionEvent.ACTION_MOVE; 82 case ACTION_MOVE: in onInputEvent()
|
/frameworks/base/packages/CarSystemUI/tests/src/com/android/systemui/car/navigationbar/ |
D | CarNavigationBarViewTest.java | 77 MotionEvent.ACTION_MOVE, mNavBarView.getX(), in dispatchTouch_shadeOpen_flagOff_doesNotConsumeTouch() 95 MotionEvent.ACTION_MOVE, mNavBarView.getX(), in dispatchTouch_shadeOpen_flagOn_consumesTouch()
|
/frameworks/base/tests/ActivityViewTest/src/com/google/android/test/activityview/ |
D | ActivityViewTestActivity.java | 21 import static android.view.MotionEvent.ACTION_MOVE; 101 case ACTION_MOVE: in updateTouchState()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | FullScreenMagnificationGestureHandlerTest.java | 20 import static android.view.MotionEvent.ACTION_MOVE; 399 send(pointerEvent(ACTION_MOVE, new PointF[] {pointer1, pointer2})); in testFirstFingerSwipe_TwoPinterDownAndZoomedState_panningState() 417 send(pointerEvent(ACTION_MOVE, new PointF[] {pointer1, pointer2})); in testSecondFingerSwipe_TwoPinterDownAndZoomedState_panningState() 582 send(pointerEvent(ACTION_MOVE, DEFAULT_X * 2, DEFAULT_Y * 3)); 583 send(pointerEvent(ACTION_MOVE, DEFAULT_X * 2, DEFAULT_Y * 4)); 705 MotionEvent.obtain(mLastDownTime, mClock.now(), ACTION_MOVE, x, y, 0));
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/pip/phone/ |
D | PipTouchStateTest.java | 21 import static android.view.MotionEvent.ACTION_MOVE; 105 mTouchState.onTouchEvent(createMotionEvent(ACTION_MOVE, currentTime + 10, 500, 500)); in testDoubleTapDrag_doubleTapCanceled()
|
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/ |
D | VerticalSeekBar.java | 67 case MotionEvent.ACTION_MOVE: in onTouchEvent()
|
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/ |
D | VerticalSeekBar.java | 67 case MotionEvent.ACTION_MOVE: in onTouchEvent()
|
/frameworks/base/core/java/android/service/autofill/ |
D | InlineSuggestionRoot.java | 65 case MotionEvent.ACTION_MOVE: { in dispatchTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | NonInterceptingScrollView.java | 75 case MotionEvent.ACTION_MOVE: { in onInterceptTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | DragDownHelper.java | 89 case MotionEvent.ACTION_MOVE: in onInterceptTouchEvent() 119 case MotionEvent.ACTION_MOVE: in onTouchEvent()
|
D | PulseExpansionHandler.kt | 147 MotionEvent.ACTION_MOVE -> { in <lambda>() 193 MotionEvent.ACTION_MOVE -> updateExpansionHeight(moveDistance) in <lambda>()
|
/frameworks/base/cmds/input/src/com/android/commands/input/ |
D | Input.java | 272 injectMotionEvent(inputSource, MotionEvent.ACTION_MOVE, down, now, in sendSwipe() 306 injectMotionEvent(inputSource, MotionEvent.ACTION_MOVE, now, now, dx, dy, 0.0f, in sendMove() 334 action = MotionEvent.ACTION_MOVE; in sendMotionEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ExpandHelper.java | 298 if ((action == MotionEvent.ACTION_MOVE) && 0 != (mExpansionStyle & BLINDS)) { in onInterceptTouchEvent() 303 case MotionEvent.ACTION_MOVE: { in onInterceptTouchEvent() 368 case MotionEvent.ACTION_MOVE: in trackVelocity() 439 case MotionEvent.ACTION_MOVE: { in onTouchEvent()
|
/frameworks/base/test-runner/src/android/test/ |
D | TouchUtils.java | 286 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, in tapView() 362 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, in clickView() 422 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, in longClickView() 795 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, x, y, 0); in drag()
|
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/ |
D | BasicGLSurfaceView.java | 65 if (event.getAction() == MotionEvent.ACTION_MOVE) { in onGenericMotionEvent()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/ |
D | TouchExplorer.java | 373 if (event.getActionMasked() == MotionEvent.ACTION_MOVE) { in onGestureCancelled() 482 case MotionEvent.ACTION_MOVE: in handleMotionEventStateTouchInteracting() 507 case MotionEvent.ACTION_MOVE: in handleMotionEventStateTouchExploring() 715 case MotionEvent.ACTION_MOVE: { in handleMotionEventStateDragging() 729 MotionEvent.ACTION_MOVE, in handleMotionEventStateDragging()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
D | ClassifierData.java | 45 if (event.getActionMasked() == MotionEvent.ACTION_MOVE in update()
|
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
D | RSTestView.java | 90 else if (act == ev.ACTION_MOVE) { in onTouchEvent()
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | RSTestView.java | 90 else if (act == ev.ACTION_MOVE) { in onTouchEvent()
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | RSTestView.java | 90 else if (act == ev.ACTION_MOVE) { in onTouchEvent()
|
/frameworks/base/core/java/android/view/ |
D | InputEventConsistencyVerifier.java | 294 case MotionEvent.ACTION_MOVE: in onTrackballEvent() 379 case MotionEvent.ACTION_MOVE: { in onTouchEvent() 561 case MotionEvent.ACTION_MOVE: in onGenericMotionEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | DoubleTapHelper.java | 79 case MotionEvent.ACTION_MOVE: in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
D | RelativeTouchListener.kt | 124 MotionEvent.ACTION_MOVE -> { in onDown()
|