HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_MOVE (Results 1 - 25 of 290) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
DragStartListenerTest.java 90 .action(MotionEvent.ACTION_MOVE)
111 .action(MotionEvent.ACTION_MOVE).build();
129 mEvent.action(MotionEvent.ACTION_MOVE).build());
141 mEvent.action(MotionEvent.ACTION_MOVE).build());
153 mEvent.action(MotionEvent.ACTION_MOVE).build());
166 mEvent.action(MotionEvent.ACTION_MOVE).ctrl().build());
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
MotionEventTest.java 21 event = MotionEvent.obtain(100, 200, MotionEvent.ACTION_MOVE, 5.0f, 10.0f, 0);
49 assertEquals(1 << MotionEvent.ACTION_POINTER_ID_SHIFT | MotionEvent.ACTION_MOVE, event.getAction());
61 assertEquals(MotionEvent.ACTION_MOVE, event.getActionMasked());
63 assertEquals(MotionEvent.ACTION_MOVE, event.getActionMasked());
MapViewTest.java 91 dispatchTouchEvent(MotionEvent.ACTION_MOVE, 11, 11);
92 dispatchTouchEvent(MotionEvent.ACTION_MOVE, 12, 12);
102 dispatchTouchEvent(MotionEvent.ACTION_MOVE, 11, 11);
103 dispatchTouchEvent(MotionEvent.ACTION_MOVE, 12, 12);
  /frameworks/support/v13/tests/java/android/support/v13/view/
DragStartHelperTest.java 195 sendMouseEvent(MotionEvent.ACTION_MOVE,
197 sendMouseEvent(MotionEvent.ACTION_MOVE, MotionEvent.BUTTON_PRIMARY, mDragSource, 0, 0);
199 // ACTION_MOVE with the same position does not trigger OnDragStart.
212 sendMouseEvent(MotionEvent.ACTION_MOVE, MotionEvent.BUTTON_PRIMARY, mDragSource, 1, 2);
213 sendMouseEvent(MotionEvent.ACTION_MOVE, MotionEvent.BUTTON_PRIMARY, mDragSource, 3, 4);
214 sendMouseEvent(MotionEvent.ACTION_MOVE, MotionEvent.BUTTON_PRIMARY, mDragSource, 5, 6);
231 sendMouseEvent(MotionEvent.ACTION_MOVE, MotionEvent.BUTTON_SECONDARY, mDragSource, 1, 2);
235 sendMouseEvent(MotionEvent.ACTION_MOVE, MotionEvent.BUTTON_TERTIARY, mDragSource, 1, 2);
258 sendMouseEvent(MotionEvent.ACTION_MOVE, MotionEvent.BUTTON_PRIMARY, mDragSource, 1, 2);
259 sendMouseEvent(MotionEvent.ACTION_MOVE, MotionEvent.BUTTON_PRIMARY, mDragSource, 3, 4)
    [all...]
  /development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/
MyGLSurfaceView.java 56 case MotionEvent.ACTION_MOVE:
  /development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/
MyGLSurfaceView.java 59 case MotionEvent.ACTION_MOVE:
  /platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/
SimpleGLSurfaceView.java 60 case MotionEvent.ACTION_MOVE:
  /cts/tests/tests/view/src/android/view/cts/
PointerCaptureTest.java 262 injectRelativeMouseEvent(MotionEvent.ACTION_MOVE, 1, 2);
264 injectRelativeMouseEvent(MotionEvent.ACTION_MOVE, 3, 4);
266 injectRelativeMouseEvent(MotionEvent.ACTION_MOVE, 1, 2);
269 injectRelativeMouseEvent(MotionEvent.ACTION_MOVE, 5, 6);
272 injectRelativeMouseEvent(MotionEvent.ACTION_MOVE, 7, 8);
275 injectRelativeMouseEvent(MotionEvent.ACTION_MOVE, 9, 10);
279 injectRelativeMouseEvent(MotionEvent.ACTION_MOVE, 11, 12); // Should be ignored.
293 verifyRelativeMouseEvent(inOrder, listenerInner, mInner, MotionEvent.ACTION_MOVE, 1, 2);
295 verifyRelativeMouseEvent(inOrder, listenerInner, mInner, MotionEvent.ACTION_MOVE, 3, 4);
297 verifyRelativeMouseEvent(inOrder, listenerInner, mInner, MotionEvent.ACTION_MOVE, 1, 2)
    [all...]
DragDropTest.java 348 injectMouse5(R.id.container, MotionEvent.ACTION_MOVE);
398 injectMouse5(R.id.subcontainer, MotionEvent.ACTION_MOVE);
450 injectMouse5(R.id.subcontainer, MotionEvent.ACTION_MOVE);
451 injectMouse5(R.id.inner, MotionEvent.ACTION_MOVE);
452 injectMouse5(R.id.subcontainer, MotionEvent.ACTION_MOVE);
504 injectMouse5(R.id.subcontainer, MotionEvent.ACTION_MOVE);
505 injectMouse5(R.id.inner, MotionEvent.ACTION_MOVE);
506 injectMouse5(R.id.subcontainer, MotionEvent.ACTION_MOVE);
550 injectMouse5(R.id.container, MotionEvent.ACTION_MOVE);
551 injectMouse5(R.id.subcontainer, MotionEvent.ACTION_MOVE);
    [all...]
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
CardLayout.java 75 case MotionEvent.ACTION_MOVE:
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
CardLayout.java 75 case MotionEvent.ACTION_MOVE:
  /frameworks/base/core/java/android/view/
TouchDelegate.java 120 case MotionEvent.ACTION_MOVE:
  /frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
VerticalSeekBar.java 67 case MotionEvent.ACTION_MOVE:
  /frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
VerticalSeekBar.java 67 case MotionEvent.ACTION_MOVE:
  /packages/apps/Launcher3/src/com/android/launcher3/
StylusEventHelper.java 9 * This can occur in {@value MotionEvent#ACTION_DOWN} or {@value MotionEvent#ACTION_MOVE}.
67 case MotionEvent.ACTION_MOVE:
  /packages/apps/Launcher3/src/com/android/launcher3/util/
VerticalFlingDetector.java 56 case MotionEvent.ACTION_MOVE:
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
EdgeSwipeDetector.java 52 case MotionEvent.ACTION_MOVE:
  /development/samples/ApiDemos/src/com/example/android/apis/view/
LivePointerIconButton.java 75 if (event.getAction() == MotionEvent.ACTION_MOVE) {
  /frameworks/base/packages/EasterEgg/src/com/android/egg/octo/
Ocquarium.java 62 case MotionEvent.ACTION_MOVE:
  /frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
BasicGLSurfaceView.java 65 if (event.getAction() == MotionEvent.ACTION_MOVE) {
  /frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
RSTestView.java 90 else if (act == ev.ACTION_MOVE) {
  /frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
RSTestView.java 90 else if (act == ev.ACTION_MOVE) {
  /frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
RSTestView.java 90 else if (act == ev.ACTION_MOVE) {
  /frameworks/support/v13/java/android/support/v13/view/
DragStartHelper.java 139 case MotionEvent.ACTION_MOVE:
146 // Ignore ACTION_MOVE events once the drag operation is in progress.
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
TouchUtils.java 52 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE,
110 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE,
147 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE,
282 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, x, y, 0);

Completed in 822 milliseconds

1 2 3 4 5 6 7 8 91011>>