Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowMotionEventTest.java20 event = MotionEvent.obtain(100, 200, MotionEvent.ACTION_MOVE, 5.0f, 10.0f, 0); in setUp()
48 …assertEquals(1 << MotionEvent.ACTION_POINTER_ID_SHIFT | MotionEvent.ACTION_MOVE, event.getAction()… in indexShowsUpInAction()
60 assertEquals(MotionEvent.ACTION_MOVE, event.getActionMasked()); in getActionMaskedStripsPointerIndexFromAction()
62 assertEquals(MotionEvent.ACTION_MOVE, event.getActionMasked()); in getActionMaskedStripsPointerIndexFromAction()
DVelocityTrackerTest.java121 return MotionEvent.obtain(0, time, MotionEvent.ACTION_MOVE, x, y, 0); in doMotion()
135 MotionEvent.obtain(0, time, MotionEvent.ACTION_MOVE, pointer2X, pointer2Y, 0); in doMotion()
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DUsMotionEvent.java61 action = MotionEvent.ACTION_MOVE; // Only MOVE events get bundled with history in UsMotionEvent()
96 case MotionEvent.ACTION_MOVE: in actionToString()
/external/walt/docs/usage/
DWALT_usage.md203 Ignoring ACTION_MOVE 11
204 Ignoring ACTION_MOVE 12
205 Ignoring ACTION_MOVE 13
206 Ignoring ACTION_MOVE 14
207 Ignoring ACTION_MOVE 15
218 Counts: ACTION_DOWN 20 (bad 1), ACTION_UP 21 (bad 0), ACTION_MOVE 162
/external/u-boot/tools/
Dmoveconfig.py330 ACTION_MOVE = 0 variable
890 return (ACTION_NO_CHANGE if old_val == new_val else ACTION_MOVE,
941 if action == ACTION_MOVE:
965 if action == ACTION_MOVE:
989 if action != ACTION_MOVE:
/external/droiddriver/src/io/appium/droiddriver/util/
DEvents.java68 MotionEvent event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, x, y, 1); in newTouchMoveEvent()
/external/subsampling-scale-image-view/sample/src/main/java/com/davemorrissey/labs/subscaleview/test/extension/views/
DFreehandView.java68 case MotionEvent.ACTION_MOVE: in onTouchEvent()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVelocityTracker.java55 } else if (event.getActionMasked() != MotionEvent.ACTION_MOVE) { in addMovement()
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DTouchZoomExampleActivity.java143 case MotionEvent.ACTION_MOVE: in onTouch()
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
DUberColorPickerDialog.java696 case MotionEvent.ACTION_MOVE: { in dispatchTrackballEvent()
918 case MotionEvent.ACTION_MOVE: in onTouchEvent()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYPlotZoomPan.java247 case MotionEvent.ACTION_MOVE: in onTouch()
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DConsoleActivity.java467 case MotionEvent.ACTION_MOVE: in onCreate()
517 } else if (event.getAction() == MotionEvent.ACTION_MOVE) { in onCreate()
/external/replicaisland/src/com/replica/replicaisland/
DGame.java405 if (event.getAction() == MotionEvent.ACTION_MOVE) { in onTrackballEvent()
DAndouKun.java348 if (event.getAction() == MotionEvent.ACTION_MOVE && time - mLastTouchTime < 32) { in onTouchEvent()
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
DStylizeActivity.java145 case MotionEvent.ACTION_MOVE:
/external/libchrome/base/android/jni_generator/
DtestMotionEvent.javap738 #24 = Utf8 ACTION_MOVE
345 public static final int ACTION_MOVE;
DtestMotionEvent.javap34 const #24 = Asciz ACTION_MOVE;
334 public static final int ACTION_MOVE;
DtestConstantsFromJavaP.golden43 ACTION_MOVE = 2,
/external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
DSubsamplingScaleImageView.java731 case MotionEvent.ACTION_MOVE: in onTouchEventInternal()