/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | DragDownHelper.java | 84 case MotionEvent.ACTION_MOVE: in onInterceptTouchEvent() 108 case MotionEvent.ACTION_MOVE: in onTouchEvent()
|
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/ |
D | RsListView.java | 66 } else if (act == MotionEvent.ACTION_MOVE) { in onTouchEvent()
|
/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/ |
D | VerticalSeekBar.java | 67 case MotionEvent.ACTION_MOVE: in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelHolder.java | 75 if (event.getActionMasked() != MotionEvent.ACTION_MOVE) { in onTouchEvent()
|
D | NavigationBarViewTaskSwitchHelper.java | 68 case MotionEvent.ACTION_MOVE: { in onInterceptTouchEvent()
|
D | SettingsButton.java | 74 case MotionEvent.ACTION_MOVE: in onTouchEvent()
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/helper/ |
D | ItemTouchHelperTest.java | 279 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, in tapView() 354 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, in clickView() 400 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, in longClickView() 605 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, x, y, 0); in drag()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ExpandHelper.java | 278 if ((action == MotionEvent.ACTION_MOVE) && 0 != (mExpansionStyle & BLINDS)) { in onInterceptTouchEvent() 283 case MotionEvent.ACTION_MOVE: { in onInterceptTouchEvent() 345 case MotionEvent.ACTION_MOVE: in trackVelocity() 414 case MotionEvent.ACTION_MOVE: { in onTouchEvent()
|
/frameworks/base/core/java/android/view/ |
D | TouchDelegate.java | 123 case MotionEvent.ACTION_MOVE: in onTouchEvent()
|
D | InputEventConsistencyVerifier.java | 291 case MotionEvent.ACTION_MOVE: in onTrackballEvent() 375 case MotionEvent.ACTION_MOVE: { in onTouchEvent() 557 case MotionEvent.ACTION_MOVE: in onGenericMotionEvent()
|
/frameworks/base/docs/html/training/graphics/opengl/ |
D | touch.jd | 49 {@link android.view.MotionEvent#ACTION_MOVE MotionEvent.ACTION_MOVE} events and translate them to 67 case MotionEvent.ACTION_MOVE:
|
/frameworks/base/test-runner/src/android/test/ |
D | TouchUtils.java | 262 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, in tapView() 338 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, in clickView() 398 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, in longClickView() 771 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, x, y, 0); in drag()
|
/frameworks/base/docs/html/training/gestures/ |
D | movement.jd | 47 android.view.MotionEvent#ACTION_MOVE} event whenever the current touch contact 127 case MotionEvent.ACTION_MOVE: 154 {@link android.view.MotionEvent#ACTION_MOVE} event,
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
D | RSTestView.java | 90 else if (act == ev.ACTION_MOVE) { in onTouchEvent()
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
D | RSTestView.java | 90 else if (act == ev.ACTION_MOVE) { in onTouchEvent()
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
D | RSTestView.java | 90 else if (act == ev.ACTION_MOVE) { in onTouchEvent()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | StackTapPointerEventListener.java | 55 case MotionEvent.ACTION_MOVE: in onPointerEvent()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | SwipeDismissLayout.java | 194 case MotionEvent.ACTION_MOVE: in onInterceptTouchEvent() 242 case MotionEvent.ACTION_MOVE: in onTouchEvent()
|
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/ |
D | ShadersTestView.java | 90 case MotionEvent.ACTION_MOVE: { in onTouchEvent()
|
/frameworks/base/cmds/input/src/com/android/commands/input/ |
D | Input.java | 212 injectMotionEvent(inputSource, MotionEvent.ACTION_MOVE, now, lerp(x1, x2, alpha), in sendSwipe() 228 injectMotionEvent(inputSource, MotionEvent.ACTION_MOVE, now, dx, dy, 0.0f); in sendMove()
|
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/ |
D | FBOSyncView.java | 96 case MotionEvent.ACTION_MOVE: { in onTouchEvent()
|
D | FBOTestView.java | 96 case MotionEvent.ACTION_MOVE: { in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | SwipeHelper.java | 195 case MotionEvent.ACTION_MOVE: in onInterceptTouchEvent() 301 case MotionEvent.ACTION_MOVE: in onTouchEvent()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
D | PhotoViewPager.java | 131 case MotionEvent.ACTION_MOVE: { in onInterceptTouchEvent()
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/ |
D | TestAppView.java | 105 case MotionEvent.ACTION_MOVE: { in onTouchEvent()
|