/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);
|
/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:
|
/frameworks/support/v13/java/android/support/v13/view/ |
DragStartHelper.java | 131 event.getAction() == MotionEvent.ACTION_MOVE) { 135 if (event.getAction() == 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/rs/java/tests/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}. On a 45 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:
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
LivePointerIconButton.java | 75 if (event.getAction() == 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) {
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/ |
TouchUtils.java | 53 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, 111 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, 148 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, 283 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, x, y, 0);
|
/frameworks/support/design/src/android/support/design/widget/ |
HeaderBehavior.java | 63 if (action == MotionEvent.ACTION_MOVE && mIsBeingDragged) { 80 case MotionEvent.ACTION_MOVE: { 140 case MotionEvent.ACTION_MOVE: {
|
/cts/tests/tests/text/src/android/text/method/cts/ |
ScrollingMovementMethodTest.java | 124 MotionEvent.obtain(now, now, MotionEvent.ACTION_MOVE, tinyDist, 0, 0)); 151 MotionEvent.obtain(now, now, MotionEvent.ACTION_MOVE, distFar, 0, 0)); 163 MotionEvent.obtain(now, now, MotionEvent.ACTION_MOVE, distTooFar, 0, 0)); 174 MotionEvent.obtain(now, now, MotionEvent.ACTION_MOVE, 0, 0, 0)); 227 MotionEvent.ACTION_MOVE, 0, tinyDist, 0)); 254 MotionEvent.ACTION_MOVE, 0, distFar, 0)); 266 MotionEvent.ACTION_MOVE, 0, distTooFar, 0)); 277 MotionEvent.ACTION_MOVE, 0, 0, 0)); 337 MotionEvent.obtain(now, now, MotionEvent.ACTION_MOVE, - 10000, 0, 0)); 344 MotionEvent.obtain(now, now, MotionEvent.ACTION_MOVE, - 10000, 0, 0)) [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
NavigationBarGestureHelper.java | 115 case MotionEvent.ACTION_MOVE: { 140 case MotionEvent.ACTION_MOVE: 155 case 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:
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
PhotoViewPager.java | 131 case MotionEvent.ACTION_MOVE: {
|
/packages/apps/Camera2/src/com/android/camera/ |
ShutterButton.java | 108 // Don't send ACTION_MOVE messages to gesture detector unless event motion is out of 113 if (m.getActionMasked() != MotionEvent.ACTION_MOVE
|