Home
last modified time | relevance | path

Searched refs:ACTION_MOVE (Results 1 – 25 of 116) sorted by relevance

12345

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/brightline/
DFalsingDataProviderTest.java70 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()
DClassifierTest.java86 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/
DDragInputEventReceiver.java22 import static android.view.MotionEvent.ACTION_MOVE;
82 case ACTION_MOVE: in onInputEvent()
/frameworks/base/tests/ActivityViewTest/src/com/google/android/test/activityview/
DActivityViewTestActivity.java21 import static android.view.MotionEvent.ACTION_MOVE;
101 case ACTION_MOVE: in updateTouchState()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/pip/phone/
DPipTouchStateTest.java20 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/
DMagnificationGestureHandlerTest.java20 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));
DTouchExplorerTest.java291 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/
DDragDownHelper.java86 case MotionEvent.ACTION_MOVE: in onInterceptTouchEvent()
111 case MotionEvent.ACTION_MOVE: in onTouchEvent()
DPulseExpansionHandler.kt151 MotionEvent.ACTION_MOVE -> { in <lambda>()
190 MotionEvent.ACTION_MOVE -> updateExpansionHeight(moveDistance) in <lambda>()
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DVerticalSeekBar.java67 case MotionEvent.ACTION_MOVE: in onTouchEvent()
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
DVerticalSeekBar.java67 case MotionEvent.ACTION_MOVE: in onTouchEvent()
/frameworks/base/cmds/input/src/com/android/commands/input/
DInput.java272 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/
DTouchUtils.java268 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/
DExpandHelper.java288 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/
DBasicGLSurfaceView.java65 if (event.getAction() == MotionEvent.ACTION_MOVE) { in onGenericMotionEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DClassifierData.java45 if (event.getActionMasked() == MotionEvent.ACTION_MOVE in update()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewTest.java175 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/
DRSTestView.java90 else if (act == ev.ACTION_MOVE) { in onTouchEvent()
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
DRSTestView.java90 else if (act == ev.ACTION_MOVE) { in onTouchEvent()
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
DRSTestView.java90 else if (act == ev.ACTION_MOVE) { in onTouchEvent()
/frameworks/base/core/java/android/view/
DInputEventConsistencyVerifier.java294 case MotionEvent.ACTION_MOVE: in onTrackballEvent()
379 case MotionEvent.ACTION_MOVE: { in onTouchEvent()
561 case MotionEvent.ACTION_MOVE: in onGenericMotionEvent()
DTouchDelegate.java127 case MotionEvent.ACTION_MOVE: in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDoubleTapHelper.java79 case MotionEvent.ACTION_MOVE: in onTouchEvent()
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewPager.java131 case MotionEvent.ACTION_MOVE: { in onInterceptTouchEvent()
/frameworks/base/core/java/com/android/internal/app/
DPlatLogoActivity.java123 case MotionEvent.ACTION_MOVE: in onCreate()
204 case MotionEvent.ACTION_MOVE: in measureTouchPressure()

12345