Home
last modified time | relevance | path

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

12345

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DDragDownHelper.java84 case MotionEvent.ACTION_MOVE: in onInterceptTouchEvent()
108 case MotionEvent.ACTION_MOVE: in onTouchEvent()
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
DRsListView.java66 } else if (act == 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/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelHolder.java75 if (event.getActionMasked() != MotionEvent.ACTION_MOVE) { in onTouchEvent()
DNavigationBarViewTaskSwitchHelper.java68 case MotionEvent.ACTION_MOVE: { in onInterceptTouchEvent()
DSettingsButton.java74 case MotionEvent.ACTION_MOVE: in onTouchEvent()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/helper/
DItemTouchHelperTest.java279 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/
DExpandHelper.java278 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/
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/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.java262 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/
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/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/rs/java/tests/RsTest_11/src/com/android/rs/test/
DRSTestView.java90 else if (act == ev.ACTION_MOVE) { in onTouchEvent()
/frameworks/base/services/core/java/com/android/server/wm/
DStackTapPointerEventListener.java55 case MotionEvent.ACTION_MOVE: in onPointerEvent()
/frameworks/base/core/java/com/android/internal/widget/
DSwipeDismissLayout.java194 case MotionEvent.ACTION_MOVE: in onInterceptTouchEvent()
242 case MotionEvent.ACTION_MOVE: in onTouchEvent()
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
DShadersTestView.java90 case MotionEvent.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/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
DFBOSyncView.java96 case MotionEvent.ACTION_MOVE: { in onTouchEvent()
DFBOTestView.java96 case MotionEvent.ACTION_MOVE: { in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DSwipeHelper.java195 case MotionEvent.ACTION_MOVE: in onInterceptTouchEvent()
301 case MotionEvent.ACTION_MOVE: in onTouchEvent()
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewPager.java131 case MotionEvent.ACTION_MOVE: { in onInterceptTouchEvent()
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
DTestAppView.java105 case MotionEvent.ACTION_MOVE: { in onTouchEvent()

12345