Home
last modified time | relevance | path

Searched refs:ACTION_MOVE (Results 1 – 25 of 119) sorted by relevance

12345

/frameworks/support/v13/java/android/support/v13/view/
DDragStartHelper.java131 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/
DTouchUtils.java53 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/
DHeaderBehavior.java63 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/
DNavigationBarGestureHelper.java115 case MotionEvent.ACTION_MOVE: { in onInterceptTouchEvent()
140 case MotionEvent.ACTION_MOVE: in interceptDockWindowEvent()
155 case MotionEvent.ACTION_MOVE: in handleDockWindowEvent()
DPhoneStatusBarView.java127 if (event.getActionMasked() != MotionEvent.ACTION_MOVE) { in onTouchEvent()
DSettingsButton.java74 case MotionEvent.ACTION_MOVE: in onTouchEvent()
DHeadsUpTouchHelper.java97 case MotionEvent.ACTION_MOVE: in onInterceptTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DDragDownHelper.java84 case MotionEvent.ACTION_MOVE: in onInterceptTouchEvent()
109 case MotionEvent.ACTION_MOVE: in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java281 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/
DVerticalSeekBar.java67 case MotionEvent.ACTION_MOVE: in onTouchEvent()
/frameworks/base/docs/html/training/graphics/opengl/
Dtouch.jd49 {@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/
DTouchUtils.java268 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/
DAccessibilityGestureDetector.java229 case MotionEvent.ACTION_MOVE: in onMotionEvent()
427 event.getActionMasked() != MotionEvent.ACTION_MOVE)) { in mapSecondPointerToFirstPointer()
/frameworks/base/core/java/android/view/
DTouchDelegate.java123 case MotionEvent.ACTION_MOVE: in onTouchEvent()
DInputEventConsistencyVerifier.java291 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/
Dmovement.jd47 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/
DSwipeDismissLayout.java201 case MotionEvent.ACTION_MOVE: in onInterceptTouchEvent()
249 case MotionEvent.ACTION_MOVE: in onTouchEvent()
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
DRSTestView.java90 else if (act == ev.ACTION_MOVE) { in onTouchEvent()
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
DRSTestView.java90 else if (act == ev.ACTION_MOVE) { in onTouchEvent()
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
DRSTestView.java90 else if (act == ev.ACTION_MOVE) { in onTouchEvent()
/frameworks/base/cmds/input/src/com/android/commands/input/
DInput.java212 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/
DPhotoViewPager.java131 case MotionEvent.ACTION_MOVE: { in onInterceptTouchEvent()
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
DMainActivity.java108 case MotionEvent.ACTION_MOVE: in onCreate()
169 case MotionEvent.ACTION_MOVE: in onCreate()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DDropDownListView.java109 case MotionEvent.ACTION_MOVE: in onForwardedEvent()
/frameworks/base/core/java/android/widget/
DForwardingListener.java180 case MotionEvent.ACTION_MOVE: in onTouchObserved()

12345