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

1 2 3 4 5 6 7 8 910

  /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);
  /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:
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppWidgetHostView.java 113 case MotionEvent.ACTION_MOVE:
132 case MotionEvent.ACTION_MOVE:
StylusEventHelper.java 12 * This can occur in {@value MotionEvent#ACTION_DOWN} or {@value MotionEvent#ACTION_MOVE}. On a
48 case MotionEvent.ACTION_MOVE:
  /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 123 case MotionEvent.ACTION_MOVE:
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelHolder.java 75 if (event.getActionMasked() != MotionEvent.ACTION_MOVE) {
NavigationBarViewTaskSwitchHelper.java 68 case MotionEvent.ACTION_MOVE: {
  /frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
RsListView.java 66 } else if (act == MotionEvent.ACTION_MOVE) {
  /frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
VerticalSeekBar.java 67 case 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:
  /frameworks/base/services/core/java/com/android/server/wm/
StackTapPointerEventListener.java 55 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) {
  /cts/tests/tests/text/src/android/text/method/cts/
ScrollingMovementMethodTest.java 123 MotionEvent.obtain(now, now, MotionEvent.ACTION_MOVE, tinyDist, 0, 0));
150 MotionEvent.obtain(now, now, MotionEvent.ACTION_MOVE, distFar, 0, 0));
162 MotionEvent.obtain(now, now, MotionEvent.ACTION_MOVE, distTooFar, 0, 0));
173 MotionEvent.obtain(now, now, MotionEvent.ACTION_MOVE, 0, 0, 0));
226 MotionEvent.ACTION_MOVE, 0, tinyDist, 0));
253 MotionEvent.ACTION_MOVE, 0, distFar, 0));
265 MotionEvent.ACTION_MOVE, 0, distTooFar, 0));
276 MotionEvent.ACTION_MOVE, 0, 0, 0));
336 MotionEvent.obtain(now, now, MotionEvent.ACTION_MOVE, - 10000, 0, 0));
343 MotionEvent.obtain(now, now, MotionEvent.ACTION_MOVE, - 10000, 0, 0))
    [all...]
  /packages/apps/Camera/src/com/android/camera/
PreviewGestures.java 208 } else if (MotionEvent.ACTION_MOVE == m.getActionMasked()) {
316 if (mCurrent.getActionMasked() != MotionEvent.ACTION_MOVE) {
325 if (mCurrent.getActionMasked() != MotionEvent.ACTION_MOVE) {
  /cts/tests/tests/widget/src/android/widget/cts/
SeekBarTest.java 80 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE,
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Patterns.java 111 case MotionEvent.ACTION_MOVE:
TouchRotateActivity.java 91 case MotionEvent.ACTION_MOVE:

Completed in 1173 milliseconds

1 2 3 4 5 6 7 8 910