/frameworks/support/v13/java/android/support/v13/view/ |
D | DragStartHelper.java | 131 event.getAction() == MotionEvent.ACTION_MOVE) { in onTouch() 135 if (event.getAction() == MotionEvent.ACTION_MOVE && in onTouch()
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/ |
D | TouchUtils.java | 53 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, in tapView() 111 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, in clickView() 148 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, in longClickView() 283 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, x, y, 0); in drag()
|
/frameworks/support/design/src/android/support/design/widget/ |
D | HeaderBehavior.java | 63 if (action == MotionEvent.ACTION_MOVE && mIsBeingDragged) { in onInterceptTouchEvent() 80 case MotionEvent.ACTION_MOVE: { in onInterceptTouchEvent() 140 case MotionEvent.ACTION_MOVE: { in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarGestureHelper.java | 115 case MotionEvent.ACTION_MOVE: { in onInterceptTouchEvent() 140 case MotionEvent.ACTION_MOVE: in interceptDockWindowEvent() 155 case MotionEvent.ACTION_MOVE: in handleDockWindowEvent()
|
D | PhoneStatusBarView.java | 127 if (event.getActionMasked() != MotionEvent.ACTION_MOVE) { in onTouchEvent()
|
D | SettingsButton.java | 74 case MotionEvent.ACTION_MOVE: in onTouchEvent()
|
D | HeadsUpTouchHelper.java | 97 case MotionEvent.ACTION_MOVE: in onInterceptTouchEvent()
|
/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/base/packages/SystemUI/src/com/android/systemui/ |
D | ExpandHelper.java | 281 if ((action == MotionEvent.ACTION_MOVE) && 0 != (mExpansionStyle & BLINDS)) { in onInterceptTouchEvent() 286 case MotionEvent.ACTION_MOVE: { in onInterceptTouchEvent() 350 case MotionEvent.ACTION_MOVE: in trackVelocity() 420 case 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/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 | 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/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityGestureDetector.java | 229 case MotionEvent.ACTION_MOVE: in onMotionEvent() 427 event.getActionMasked() != MotionEvent.ACTION_MOVE)) { in mapSecondPointerToFirstPointer()
|
/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/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/base/core/java/com/android/internal/widget/ |
D | SwipeDismissLayout.java | 201 case MotionEvent.ACTION_MOVE: in onInterceptTouchEvent() 249 case MotionEvent.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/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/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/opt/photoviewer/src/com/android/ex/photo/ |
D | PhotoViewPager.java | 131 case MotionEvent.ACTION_MOVE: { in onInterceptTouchEvent()
|
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/ |
D | MainActivity.java | 108 case MotionEvent.ACTION_MOVE: in onCreate() 169 case MotionEvent.ACTION_MOVE: in onCreate()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | DropDownListView.java | 109 case MotionEvent.ACTION_MOVE: in onForwardedEvent()
|
/frameworks/base/core/java/android/widget/ |
D | ForwardingListener.java | 180 case MotionEvent.ACTION_MOVE: in onTouchObserved()
|