/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/brightline/ |
D | FalsingDataProviderTest.java | 70 assertThat(motionEventList.get(1).getActionMasked(), is(MotionEvent.ACTION_MOVE)); in test_trackMotionEvents() 91 assertThat(motionEventList.get(1).getActionMasked(), is(MotionEvent.ACTION_MOVE)); in test_trackRecentMotionEvents() 103 assertThat(motionEventList.get(0).getActionMasked(), is(MotionEvent.ACTION_MOVE)); in test_trackRecentMotionEvents() 135 assertThat(motionEventList.get(0).getActionMasked(), is(MotionEvent.ACTION_MOVE)); in test_unpackMotionEvents() 136 assertThat(motionEventList.get(1).getActionMasked(), is(MotionEvent.ACTION_MOVE)); in test_unpackMotionEvents() 137 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/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/packages/SystemUI/tests/src/com/android/systemui/pip/phone/ |
D | PipTouchStateTest.java | 20 import static android.view.MotionEvent.ACTION_MOVE; 100 mTouchState.onTouchEvent(createMotionEvent(ACTION_MOVE, currentTime + 10, 500, 500)); in testDoubleTapDrag_doubleTapCanceled()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | MagnificationGestureHandlerTest.java | 20 import static android.view.MotionEvent.ACTION_MOVE; 472 send(pointerEvent(ACTION_MOVE, DEFAULT_X * 2, DEFAULT_Y * 3)); 473 send(pointerEvent(ACTION_MOVE, DEFAULT_X * 2, DEFAULT_Y * 4)); 594 MotionEvent.obtain(mLastDownTime, mClock.now(), ACTION_MOVE, x, y, 0));
|
D | TouchExplorerTest.java | 291 MotionEvent newEvent = manyPointerEvent(MotionEvent.ACTION_MOVE, x, y); in moveEachPointers() 292 event.setAction(MotionEvent.ACTION_MOVE); in moveEachPointers()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | DragDownHelper.java | 86 case MotionEvent.ACTION_MOVE: in onInterceptTouchEvent() 111 case MotionEvent.ACTION_MOVE: in onTouchEvent()
|
D | PulseExpansionHandler.kt | 151 MotionEvent.ACTION_MOVE -> { in <lambda>() 190 MotionEvent.ACTION_MOVE -> updateExpansionHeight(moveDistance) in <lambda>()
|
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/ |
D | VerticalSeekBar.java | 67 case MotionEvent.ACTION_MOVE: in onTouchEvent()
|
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/ |
D | VerticalSeekBar.java | 67 case MotionEvent.ACTION_MOVE: in onTouchEvent()
|
/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/test-runner/src/android/test/ |
D | TouchUtils.java | 268 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, in tapView() 344 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, in clickView() 404 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, in longClickView() 777 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, x, y, 0); in drag()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ExpandHelper.java | 288 if ((action == MotionEvent.ACTION_MOVE) && 0 != (mExpansionStyle & BLINDS)) { in onInterceptTouchEvent() 293 case MotionEvent.ACTION_MOVE: { in onInterceptTouchEvent() 358 case MotionEvent.ACTION_MOVE: in trackVelocity() 429 case MotionEvent.ACTION_MOVE: { in onTouchEvent()
|
/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/packages/SystemUI/src/com/android/systemui/classifier/ |
D | ClassifierData.java | 45 if (event.getActionMasked() == MotionEvent.ACTION_MOVE in update()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | NotificationPanelViewTest.java | 175 0L /* eventTime */, MotionEvent.ACTION_MOVE, 0f /* x */, 200f /* y */, in testOnTouchEvent_expansionCanBeBlocked() 182 0L /* eventTime */, MotionEvent.ACTION_MOVE, 0f /* x */, 300f /* y */, in testOnTouchEvent_expansionCanBeBlocked()
|
/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/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_11/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()
|
D | TouchDelegate.java | 127 case MotionEvent.ACTION_MOVE: in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | DoubleTapHelper.java | 79 case MotionEvent.ACTION_MOVE: in onTouchEvent()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
D | PhotoViewPager.java | 131 case MotionEvent.ACTION_MOVE: { in onInterceptTouchEvent()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | PlatLogoActivity.java | 123 case MotionEvent.ACTION_MOVE: in onCreate() 204 case MotionEvent.ACTION_MOVE: in measureTouchPressure()
|