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

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/remoting/android/javatests/src/org/chromium/chromoting/
SwipePinchDetectorTest.java 52 * MotionEvent.ACTION_MOVE or MotionEvent.ACTION_POINTER_UP.
72 injectEvent(MotionEvent.ACTION_MOVE);
88 injectEvent(MotionEvent.ACTION_MOVE);
102 injectEvent(MotionEvent.ACTION_MOVE);
115 injectEvent(MotionEvent.ACTION_MOVE);
122 injectEvent(MotionEvent.ACTION_MOVE);
138 injectEvent(MotionEvent.ACTION_MOVE);
153 injectEvent(MotionEvent.ACTION_MOVE);
171 injectEvent(MotionEvent.ACTION_MOVE);
189 injectEvent(MotionEvent.ACTION_MOVE);
    [all...]
  /external/robolectric/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);
  /external/chromium_org/ui/events/gesture_detection/
motion_event_buffer_unittest.cc 184 MotionEvent::ACTION_MOVE, event_time, position.x(), position.y());
256 MockMotionEvent move(MotionEvent::ACTION_MOVE, event_time, 4.f, 4.f);
272 MockMotionEvent move0(MotionEvent::ACTION_MOVE, event_time, 1.f, 1.f);
280 MockMotionEvent move1(MotionEvent::ACTION_MOVE, event_time, 2.f, 2.f);
286 MockMotionEvent move2(MotionEvent::ACTION_MOVE, event_time, 3.f, 3.f);
311 MockMotionEvent move0(MotionEvent::ACTION_MOVE, event_time, 1.f, 1.f);
320 MotionEvent::ACTION_MOVE, event_time, 2.f, 2.f, 3.f, 3.f);
351 MotionEventGeneric move3(MotionEvent::ACTION_MOVE, event_time, pointer0);
357 MotionEventGeneric move4(MotionEvent::ACTION_MOVE, event_time, pointer0);
394 MockMotionEvent move(MotionEvent::ACTION_MOVE, event_time, 4.f, 4.f)
    [all...]
gesture_provider_unittest.cc 288 MotionEvent::ACTION_MOVE,
312 << "ScrollBegin should have the time of the ACTION_MOVE";
386 MotionEvent::ACTION_MOVE,
393 MotionEvent::ACTION_MOVE,
518 MotionEvent::ACTION_MOVE,
575 MotionEvent::ACTION_MOVE,
646 MotionEvent::ACTION_MOVE,
691 MotionEvent::ACTION_MOVE,
735 MotionEvent::ACTION_MOVE,
745 MotionEvent::ACTION_MOVE,
    [all...]
motion_event_buffer.cc 34 DCHECK_EQ(event0.GetAction(), MotionEvent::ACTION_MOVE);
35 if (event1.GetAction() != MotionEvent::ACTION_MOVE)
132 DCHECK_EQ(MotionEvent::ACTION_MOVE, event0.GetAction());
154 MotionEvent::ACTION_MOVE, resample_time, pointer));
287 DCHECK_EQ(GetAction(), ACTION_MOVE);
363 if (event.GetAction() != MotionEvent::ACTION_MOVE) {
motion_event.h 21 ACTION_MOVE,
snap_scroll_controller.cc 82 case MotionEvent::ACTION_MOVE:
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
TouchEventSynthesizer.java 22 private static final int ACTION_MOVE = 1;
78 case ACTION_MOVE: {
80 MotionEvent.ACTION_MOVE,
SPenSupport.java 63 return MotionEvent.ACTION_MOVE;
  /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:
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppWidgetHostView.java 99 case MotionEvent.ACTION_MOVE:
118 case MotionEvent.ACTION_MOVE:
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
CardLayout.java 74 case MotionEvent.ACTION_MOVE:
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
CardLayout.java 74 case MotionEvent.ACTION_MOVE:
  /frameworks/base/core/java/android/view/
TouchDelegate.java 123 case MotionEvent.ACTION_MOVE:
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelHolder.java 75 if (event.getActionMasked() != MotionEvent.ACTION_MOVE) {
  /frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
RsListView.java 66 } else if (act == MotionEvent.ACTION_MOVE) {
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
EdgeSwipeDetector.java 52 case MotionEvent.ACTION_MOVE:
DragGestureDetector.java 81 case MotionEvent.ACTION_MOVE:
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
SwipePinchDetector.java 83 if (action != MotionEvent.ACTION_MOVE) {
  /frameworks/base/services/core/java/com/android/server/wm/
StackTapPointerEventListener.java 56 case MotionEvent.ACTION_MOVE:
  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
RSTestView.java 90 else if (act == ev.ACTION_MOVE) {
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
RSTestView.java 90 else if (act == ev.ACTION_MOVE) {
  /frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
RSTestView.java 90 else if (act == ev.ACTION_MOVE) {

Completed in 1826 milliseconds

1 2 3 4 5 6 7 8 91011