/frameworks/support/v13/tests/java/android/support/v13/view/ |
D | DragStartHelperTest.java | 195 sendMouseEvent(MotionEvent.ACTION_MOVE, 197 sendMouseEvent(MotionEvent.ACTION_MOVE, MotionEvent.BUTTON_PRIMARY, mDragSource, 0, 0); 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); 260 sendMouseEvent(MotionEvent.ACTION_MOVE, MotionEvent.BUTTON_PRIMARY, mDragSource, 5, 6); [all …]
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/ |
D | TouchUtils.java | 52 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, in tapView() 110 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, in clickView() 147 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, in longClickView() 282 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, x, y, 0); in drag()
|
/frameworks/support/design/src/android/support/design/widget/ |
D | HeaderBehavior.java | 62 if (action == MotionEvent.ACTION_MOVE && mIsBeingDragged) { in onInterceptTouchEvent() 79 case MotionEvent.ACTION_MOVE: { in onInterceptTouchEvent() 139 case MotionEvent.ACTION_MOVE: { in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarGestureHelper.java | 121 case MotionEvent.ACTION_MOVE: { in onInterceptTouchEvent() 146 case MotionEvent.ACTION_MOVE: in interceptDockWindowEvent() 161 case MotionEvent.ACTION_MOVE: in handleDockWindowEvent()
|
D | DoubleTapHelper.java | 79 case MotionEvent.ACTION_MOVE: in onTouchEvent()
|
D | SettingsButton.java | 74 case MotionEvent.ACTION_MOVE: in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | DragDownHelper.java | 84 case MotionEvent.ACTION_MOVE: in onInterceptTouchEvent() 109 case MotionEvent.ACTION_MOVE: in onTouchEvent()
|
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/ |
D | VerticalSeekBar.java | 67 case MotionEvent.ACTION_MOVE: in onTouchEvent()
|
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/ |
D | VerticalSeekBar.java | 67 case MotionEvent.ACTION_MOVE: in onTouchEvent()
|
/frameworks/support/wear/tests/src/android/support/wear/widget/ |
D | ScrollManagerTest.java | 140 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, x, y, 0); in scroll() 171 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, x, y, 0); in scrollOnArch()
|
/frameworks/base/cmds/input/src/com/android/commands/input/ |
D | Input.java | 226 injectMotionEvent(inputSource, MotionEvent.ACTION_MOVE, now, lerp(x1, x2, alpha), in sendSwipe() 251 injectMotionEvent(inputSource, MotionEvent.ACTION_MOVE, now, lerp(x1, x2, alpha), in sendDragAndDrop() 267 injectMotionEvent(inputSource, MotionEvent.ACTION_MOVE, now, dx, dy, 0.0f); in sendMove()
|
/frameworks/base/core/java/android/view/ |
D | TouchDelegate.java | 120 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/packages/SystemUI/src/com/android/systemui/ |
D | ExpandHelper.java | 288 if ((action == MotionEvent.ACTION_MOVE) && 0 != (mExpansionStyle & BLINDS)) { in onInterceptTouchEvent() 293 case MotionEvent.ACTION_MOVE: { in onInterceptTouchEvent() 358 case MotionEvent.ACTION_MOVE: in trackVelocity() 429 case MotionEvent.ACTION_MOVE: { in onTouchEvent()
|
/frameworks/base/test-runner/src/android/test/ |
D | TouchUtils.java | 268 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, in tapView() 344 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, in clickView() 404 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, in longClickView() 777 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, x, y, 0); in drag()
|
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/ |
D | BasicGLSurfaceView.java | 65 if (event.getAction() == MotionEvent.ACTION_MOVE) { in onGenericMotionEvent()
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/octo/ |
D | Ocquarium.java | 62 case MotionEvent.ACTION_MOVE: in onCreate()
|
/frameworks/support/v13/java/android/support/v13/view/ |
D | DragStartHelper.java | 139 case MotionEvent.ACTION_MOVE: in onTouch()
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | RSTestView.java | 90 else if (act == ev.ACTION_MOVE) { in onTouchEvent()
|
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
D | RSTestView.java | 90 else if (act == ev.ACTION_MOVE) { in onTouchEvent()
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | RSTestView.java | 90 else if (act == ev.ACTION_MOVE) { in onTouchEvent()
|
/frameworks/support/wear/src/android/support/wear/widget/ |
D | SwipeDismissLayout.java | 256 case MotionEvent.ACTION_MOVE: in onInterceptTouchEvent() 338 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/support/v7/appcompat/src/android/support/v7/widget/ |
D | DropDownListView.java | 108 case MotionEvent.ACTION_MOVE: in onForwardedEvent()
|
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/ |
D | MainActivity.java | 108 case MotionEvent.ACTION_MOVE: in onCreate() 169 case MotionEvent.ACTION_MOVE: in onCreate()
|