Home
last modified time | relevance | path

Searched refs:MotionEvent (Results 1 – 25 of 1085) sorted by relevance

12345678910>>...44

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/gesture_detection/
H A Dgesture_listeners.h12 class MotionEvent; variable
27 virtual bool OnFling(const MotionEvent& e1,
28 const MotionEvent& e2,
36 virtual bool OnTwoFingerTap(const MotionEvent& e1, const MotionEvent& e2) = 0;
62 bool OnScroll(const MotionEvent& e1,
63 const MotionEvent& e2,
67 bool OnFling(const MotionEvent& e1,
68 const MotionEvent& e2,
71 bool OnSwipe(const MotionEvent& e1,
72 const MotionEvent& e2,
[all …]
H A Dgesture_listeners.cc9 bool SimpleGestureListener::OnDown(const MotionEvent& e) { in OnDown()
13 void SimpleGestureListener::OnShowPress(const MotionEvent& e) { in OnShowPress()
16 bool SimpleGestureListener::OnSingleTapUp(const MotionEvent& e, in OnSingleTapUp()
21 void SimpleGestureListener::OnLongPress(const MotionEvent& e) { in OnLongPress()
24 bool SimpleGestureListener::OnScroll(const MotionEvent& e1, in OnScroll()
25 const MotionEvent& e2, in OnScroll()
32 bool SimpleGestureListener::OnFling(const MotionEvent& e1, in OnFling()
33 const MotionEvent& e2, in OnFling()
39 bool SimpleGestureListener::OnSwipe(const MotionEvent& e1, in OnSwipe()
40 const MotionEvent& e2, in OnSwipe()
[all …]
H A Dgesture_provider.cc33 case MotionEvent::Action::NONE: in GetMotionEventActionName()
39 case MotionEvent::Action::DOWN: in GetMotionEventActionName()
41 case MotionEvent::Action::UP: in GetMotionEventActionName()
43 case MotionEvent::Action::CANCEL: in GetMotionEventActionName()
45 case MotionEvent::Action::MOVE: in GetMotionEventActionName()
447 bool OnTwoFingerTap(const MotionEvent& e1, const MotionEvent& e2) override { in OnTwoFingerTap()
528 case MotionEvent::Action::UP: in OnDoubleTapEvent()
731 const MotionEvent& ev1, in ComputeFirstScrollDelta()
732 const MotionEvent& ev2, in ComputeFirstScrollDelta()
914 case MotionEvent::Action::UP: in OnTouchEventHandlingBegin()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/gesture_detection/
H A Dgesture_listeners.h12 class MotionEvent; variable
27 virtual bool OnFling(const MotionEvent& e1,
28 const MotionEvent& e2,
36 virtual bool OnTwoFingerTap(const MotionEvent& e1, const MotionEvent& e2) = 0;
62 bool OnScroll(const MotionEvent& e1,
63 const MotionEvent& e2,
67 bool OnFling(const MotionEvent& e1,
68 const MotionEvent& e2,
71 bool OnSwipe(const MotionEvent& e1,
72 const MotionEvent& e2,
[all …]
H A Dgesture_listeners.cc9 bool SimpleGestureListener::OnDown(const MotionEvent& e) { in OnDown()
13 void SimpleGestureListener::OnShowPress(const MotionEvent& e) { in OnShowPress()
16 bool SimpleGestureListener::OnSingleTapUp(const MotionEvent& e, in OnSingleTapUp()
21 void SimpleGestureListener::OnLongPress(const MotionEvent& e) { in OnLongPress()
24 bool SimpleGestureListener::OnScroll(const MotionEvent& e1, in OnScroll()
25 const MotionEvent& e2, in OnScroll()
32 bool SimpleGestureListener::OnFling(const MotionEvent& e1, in OnFling()
33 const MotionEvent& e2, in OnFling()
39 bool SimpleGestureListener::OnSwipe(const MotionEvent& e1, in OnSwipe()
40 const MotionEvent& e2, in OnSwipe()
[all …]
H A Dgesture_provider.cc33 case MotionEvent::Action::NONE: in GetMotionEventActionName()
39 case MotionEvent::Action::DOWN: in GetMotionEventActionName()
41 case MotionEvent::Action::UP: in GetMotionEventActionName()
43 case MotionEvent::Action::CANCEL: in GetMotionEventActionName()
45 case MotionEvent::Action::MOVE: in GetMotionEventActionName()
431 bool OnTwoFingerTap(const MotionEvent& e1, const MotionEvent& e2) override { in OnTwoFingerTap()
512 case MotionEvent::Action::UP: in OnDoubleTapEvent()
715 const MotionEvent& ev1, in ComputeFirstScrollDelta()
716 const MotionEvent& ev2, in ComputeFirstScrollDelta()
898 case MotionEvent::Action::UP: in OnTouchEventHandlingBegin()
[all …]
H A Dmotion_event.cc12 size_t MotionEvent::GetHistorySize() const { in GetHistorySize()
16 base::TimeTicks MotionEvent::GetHistoricalEventTime( in GetHistoricalEventTime()
22 float MotionEvent::GetHistoricalTouchMajor(size_t pointer_index, in GetHistoricalTouchMajor()
28 float MotionEvent::GetHistoricalX(size_t pointer_index, in GetHistoricalX()
34 float MotionEvent::GetHistoricalY(size_t pointer_index, in GetHistoricalY()
40 MotionEvent::Classification MotionEvent::GetClassification() const { in GetClassification()
45 int MotionEvent::FindPointerIndexOfId(int id) const { in FindPointerIndexOfId()
54 int MotionEvent::GetSourceDeviceId(size_t pointer_index) const { in GetSourceDeviceId()
59 std::unique_ptr<MotionEvent> MotionEvent::Clone() const { in Clone()
63 std::unique_ptr<MotionEvent> MotionEvent::Cancel() const { in Cancel()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/input/
H A Dstylus_text_selector_unittest.cc18 using ui::MotionEvent;
70 e.SetToolType(0, MotionEvent::ToolType::FINGER); in TEST_F()
77 e.SetToolType(0, MotionEvent::ToolType::STYLUS); in TEST_F()
85 e.SetToolType(0, MotionEvent::ToolType::STYLUS); in TEST_F()
86 e.set_button_state(MotionEvent::BUTTON_SECONDARY); in TEST_F()
94 e.SetToolType(0, MotionEvent::ToolType::STYLUS); in TEST_F()
103 e.SetToolType(0, MotionEvent::ToolType::STYLUS); in TEST_F()
104 e.set_button_state(MotionEvent::BUTTON_SECONDARY | in TEST_F()
105 MotionEvent::BUTTON_TERTIARY); in TEST_F()
113 e.SetToolType(0, MotionEvent::ToolType::STYLUS); in TEST_F()
[all …]
H A Dstylus_text_selector.cc13 using ui::MotionEvent;
67 case MotionEvent::Action::DOWN: in OnTouchEvent()
73 case MotionEvent::Action::MOVE: in OnTouchEvent()
82 case MotionEvent::Action::UP: in OnTouchEvent()
83 case MotionEvent::Action::CANCEL: in OnTouchEvent()
90 case MotionEvent::Action::POINTER_UP: in OnTouchEvent()
91 case MotionEvent::Action::POINTER_DOWN: in OnTouchEvent()
93 case MotionEvent::Action::NONE: in OnTouchEvent()
94 case MotionEvent::Action::HOVER_ENTER: in OnTouchEvent()
95 case MotionEvent::Action::HOVER_EXIT: in OnTouchEvent()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/input/
H A Dstylus_text_selector_unittest.cc18 using ui::MotionEvent;
70 e.SetToolType(0, MotionEvent::ToolType::FINGER); in TEST_F()
77 e.SetToolType(0, MotionEvent::ToolType::STYLUS); in TEST_F()
85 e.SetToolType(0, MotionEvent::ToolType::STYLUS); in TEST_F()
86 e.set_button_state(MotionEvent::BUTTON_SECONDARY); in TEST_F()
94 e.SetToolType(0, MotionEvent::ToolType::STYLUS); in TEST_F()
103 e.SetToolType(0, MotionEvent::ToolType::STYLUS); in TEST_F()
104 e.set_button_state(MotionEvent::BUTTON_SECONDARY | in TEST_F()
105 MotionEvent::BUTTON_TERTIARY); in TEST_F()
113 e.SetToolType(0, MotionEvent::ToolType::STYLUS); in TEST_F()
[all …]
H A Dstylus_text_selector.cc15 using ui::MotionEvent;
69 case MotionEvent::Action::DOWN: in OnTouchEvent()
75 case MotionEvent::Action::MOVE: in OnTouchEvent()
84 case MotionEvent::Action::UP: in OnTouchEvent()
85 case MotionEvent::Action::CANCEL: in OnTouchEvent()
92 case MotionEvent::Action::POINTER_UP: in OnTouchEvent()
93 case MotionEvent::Action::POINTER_DOWN: in OnTouchEvent()
95 case MotionEvent::Action::NONE: in OnTouchEvent()
96 case MotionEvent::Action::HOVER_ENTER: in OnTouchEvent()
97 case MotionEvent::Action::HOVER_EXIT: in OnTouchEvent()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/android/java/src/org/chromium/content/browser/
H A DMotionEventSynthesizerImpl.java8 import android.view.MotionEvent;
100 MotionEvent event = in inject()
101 MotionEvent.obtain(mDownTimeInMs, timeInMs, MotionEvent.ACTION_DOWN, 1, in inject()
120 MotionEvent event = MotionEvent.obtain(mDownTimeInMs, timeInMs, in inject()
128 MotionEvent event = in inject()
129 MotionEvent.obtain(mDownTimeInMs, timeInMs, MotionEvent.ACTION_CANCEL, 1, in inject()
141 MotionEvent event = MotionEvent.obtain(mDownTimeInMs, timeInMs, in inject()
148 MotionEvent event = in inject()
149 MotionEvent.obtain(mDownTimeInMs, timeInMs, MotionEvent.ACTION_UP, 1, in inject()
157 MotionEvent event = MotionEvent.obtain(mDownTimeInMs, timeInMs, in inject()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/gfx/
H A DNativePanZoomController.java16 import android.view.MotionEvent;
63 if (action == MotionEvent.ACTION_DOWN) { in handleMotionEvent()
77 final MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in handleMotionEvent()
111 final MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in handleScrollEvent()
140 final MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in handleMouseEvent()
312 MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in getCoords()
362 MotionEvent.PointerProperties p = new MotionEvent.PointerProperties(); in getPointerProperties()
404 case MotionEvent.ACTION_POINTER_UP: in synthesizeNativePointer()
414 case MotionEvent.ACTION_CANCEL: in synthesizeNativePointer()
434 case MotionEvent.ACTION_HOVER_MOVE: in synthesizeNativePointer()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/android/javatests/src/org/chromium/chromoting/
H A DSwipePinchDetectorTest.java11 import android.view.MotionEvent;
40 MotionEvent.PointerProperties pointer0 = new MotionEvent.PointerProperties(); in setUp()
42 MotionEvent.PointerProperties pointer1 = new MotionEvent.PointerProperties(); in setUp()
46 MotionEvent.PointerCoords position0 = new MotionEvent.PointerCoords(); in setUp()
47 MotionEvent.PointerCoords position1 = new MotionEvent.PointerCoords(); in setUp()
64 MotionEvent event = MotionEvent.obtain(eventTime, eventTime, action, 2, mPointers, in injectEvent()
81 injectEvent(MotionEvent.ACTION_MOVE); in testSwipeRecognition()
98 injectEvent(MotionEvent.ACTION_MOVE); in testPinchRecognition()
113 injectEvent(MotionEvent.ACTION_MOVE); in testNoMotion()
127 injectEvent(MotionEvent.ACTION_MOVE); in testOneFingerStationary()
[all …]
H A DTouchEventGenerator.java11 import android.view.MotionEvent;
40 private MotionEvent obtainEvent(int actionMasked, int id) { in obtainEvent()
49 MotionEvent.PointerProperties[] pointers = new MotionEvent.PointerProperties[size]; in obtainEvent()
50 MotionEvent.PointerCoords[] positions = new MotionEvent.PointerCoords[size]; in obtainEvent()
58 positions[i] = new MotionEvent.PointerCoords(); in obtainEvent()
81 actionMasked = MotionEvent.ACTION_DOWN; in obtainDownEvent()
83 actionMasked = MotionEvent.ACTION_POINTER_DOWN; in obtainDownEvent()
94 public MotionEvent obtainUpEvent(int id) { in obtainUpEvent()
98 ? MotionEvent.ACTION_UP : MotionEvent.ACTION_POINTER_UP; in obtainUpEvent()
100 MotionEvent event = obtainEvent(actionMasked, id); in obtainUpEvent()
[all …]
/dports/net/freerdp/freerdp-2.5.0/client/Android/Studio/freeRDPCore/src/main/java/com/freerdp/freerdpcore/utils/
H A DGestureDetector.java26 import android.view.MotionEvent;
245 case MotionEvent.ACTION_DOWN: in onTouchEvent()
293 case MotionEvent.ACTION_MOVE: in onTouchEvent()
333 case MotionEvent.ACTION_UP: in onTouchEvent()
335 MotionEvent currentUpEvent = MotionEvent.obtain(ev); in onTouchEvent()
366 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
388 private boolean isConsideredDoubleTap(MotionEvent firstDown, MotionEvent firstUp, in isConsideredDoubleTap()
428 boolean onDown(MotionEvent e); in onDown()
437 boolean onUp(MotionEvent e); in onUp()
473 boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY); in onScroll()
[all …]
H A DDoubleGestureDetector.java15 import android.view.MotionEvent;
42 private MotionEvent mCurrentDownEvent;
44 private MotionEvent mPreviousUpEvent;
110 case MotionEvent.ACTION_DOWN: in onTouchEvent()
155 case MotionEvent.ACTION_MOVE: in onTouchEvent()
168 MotionEvent e = MotionEvent.obtain(ev); in onTouchEvent()
200 case MotionEvent.ACTION_UP: in onTouchEvent()
217 MotionEvent currentUpEvent = MotionEvent.obtain(ev); in onTouchEvent()
231 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
251 private boolean pointerDistanceChanged(MotionEvent oldEvent, MotionEvent newEvent) in pointerDistanceChanged()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/gamepad/android/junit/src/org/chromium/device/gamepad/
H A DGamepadMappingsTest.java339 MotionEvent.AXIS_X, MotionEvent.AXIS_Y, MotionEvent.AXIS_Z, MotionEvent.AXIS_RZ}; in testUnknownGamepadMappingsNoMeta()
366 axes = new int[] {MotionEvent.AXIS_X, MotionEvent.AXIS_Y, MotionEvent.AXIS_Z, in testPS4GamepadMappings()
367 MotionEvent.AXIS_RZ, MotionEvent.AXIS_LTRIGGER, MotionEvent.AXIS_RTRIGGER, in testPS4GamepadMappings()
370 axes = new int[] {MotionEvent.AXIS_X, MotionEvent.AXIS_Y, MotionEvent.AXIS_Z, in testPS4GamepadMappings()
371 MotionEvent.AXIS_RX, MotionEvent.AXIS_RY, MotionEvent.AXIS_RZ, in testPS4GamepadMappings()
435 int[] axes = new int[] {MotionEvent.AXIS_X, MotionEvent.AXIS_Y, MotionEvent.AXIS_Z, in testXboxOneSBluetooth2016FirmwareMappings()
436 MotionEvent.AXIS_RZ, MotionEvent.AXIS_LTRIGGER, MotionEvent.AXIS_RTRIGGER, in testXboxOneSBluetooth2016FirmwareMappings()
437 MotionEvent.AXIS_HAT_X, MotionEvent.AXIS_HAT_Y}; in testXboxOneSBluetooth2016FirmwareMappings()
488 int[] axes = new int[] {MotionEvent.AXIS_X, MotionEvent.AXIS_Y, MotionEvent.AXIS_Z, in testXboxOneSBluetoothUsesDefaultMappings()
489 MotionEvent.AXIS_RZ, MotionEvent.AXIS_LTRIGGER, MotionEvent.AXIS_RTRIGGER, in testXboxOneSBluetoothUsesDefaultMappings()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/eventfilter/
H A DOverlayPanelEventFilter.java9 import android.view.MotionEvent;
116 private final ArrayList<MotionEvent> mRecordedEvents = new ArrayList<MotionEvent>();
234 MotionEvent event = MotionEvent.obtain(e); in onTouchEventInternal()
239 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) { in onTouchEventInternal()
290 MotionEvent syntheticActionDownEvent = copyEvent(e, MotionEvent.ACTION_DOWN); in resumeAndPropagateEvent()
344 MotionEvent down = MotionEvent.obtain(e); in propagateEvent()
430 private MotionEvent copyEvent(MotionEvent e, int action) { in copyEvent()
431 MotionEvent event = MotionEvent.obtain(e); in copyEvent()
460 protected boolean handleScroll(MotionEvent e1, MotionEvent e2, float distanceY) { in handleScroll()
488 private void determineGestureOrientation(MotionEvent e1, MotionEvent e2) { in determineGestureOrientation()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/
H A DPanZoomController.java25 import android.view.MotionEvent;
162 if (action == MotionEvent.ACTION_DOWN) { in handleMotionEvent()
176 final MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in handleMotionEvent()
220 final MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in handleScrollEvent()
249 final MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in handleMouseEvent()
437 MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in getCoords()
487 MotionEvent.PointerProperties p = new MotionEvent.PointerProperties(); in getPointerProperties()
530 case MotionEvent.ACTION_POINTER_UP: in synthesizeNativePointer()
540 case MotionEvent.ACTION_CANCEL: in synthesizeNativePointer()
560 case MotionEvent.ACTION_HOVER_MOVE: in synthesizeNativePointer()
[all …]
/dports/www/firefox/firefox-99.0/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/
H A DPanZoomController.java16 import android.view.MotionEvent;
238 final MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in MotionEventData()
402 final MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in handleScrollEvent()
429 final MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in handleMouseEvent()
531 final @NonNull MotionEvent event) { in onTouchEventForDetailResult()
651 final MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in getCoords()
710 final MotionEvent.PointerProperties p = new MotionEvent.PointerProperties(); in getPointerProperties()
768 case MotionEvent.ACTION_CANCEL: in synthesizeNativePointer()
814 if (eventType == MotionEvent.ACTION_DOWN || eventType == MotionEvent.ACTION_MOVE) { in synthesizeNativePointer()
831 final MotionEvent event = in synthesizeNativePointer()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/
H A DPanZoomController.java25 import android.view.MotionEvent;
246 final MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in MotionEventData()
355 if (action == MotionEvent.ACTION_DOWN) { in handleMotionEvent()
391 final MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in handleScrollEvent()
420 final MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in handleMouseEvent()
483 (action == MotionEvent.ACTION_MOVE || action == MotionEvent.ACTION_UP))); in mayTouchpadScroll()
635 final MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in getCoords()
694 final MotionEvent.PointerProperties p = new MotionEvent.PointerProperties(); in getPointerProperties()
738 case MotionEvent.ACTION_POINTER_UP: in synthesizeNativePointer()
748 case MotionEvent.ACTION_CANCEL: in synthesizeNativePointer()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/
H A DPanZoomController.java25 import android.view.MotionEvent;
246 final MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in MotionEventData()
355 if (action == MotionEvent.ACTION_DOWN) { in handleMotionEvent()
391 final MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in handleScrollEvent()
420 final MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in handleMouseEvent()
483 (action == MotionEvent.ACTION_MOVE || action == MotionEvent.ACTION_UP))); in mayTouchpadScroll()
635 final MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in getCoords()
694 final MotionEvent.PointerProperties p = new MotionEvent.PointerProperties(); in getPointerProperties()
738 case MotionEvent.ACTION_POINTER_UP: in synthesizeNativePointer()
748 case MotionEvent.ACTION_CANCEL: in synthesizeNativePointer()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/tests/browser/robocop/assets/
H A Dtestcheck2-motionevents1 04-24 15:00:54.643 I/System.out( 5517): MotionEvent { action=ACTION_DOWN, id[0]=0, x[0]=398.44662, …
2 04-24 15:00:54.675 I/System.out( 5517): MotionEvent { action=ACTION_MOVE, id[0]=0, x[0]=400.44385, …
3 04-24 15:00:54.683 I/System.out( 5517): MotionEvent { action=ACTION_UP, id[0]=0, x[0]=400.44385, y[…
4 04-24 15:00:54.784 I/System.out( 5517): MotionEvent { action=ACTION_DOWN, id[0]=0, x[0]=396.44937, …
5 04-24 15:00:54.831 I/System.out( 5517): MotionEvent { action=ACTION_UP, id[0]=0, x[0]=396.44937, y[…
6 04-24 15:00:56.026 I/System.out( 5517): MotionEvent { action=ACTION_DOWN, id[0]=0, x[0]=460.36063, …
7 04-24 15:00:56.073 I/System.out( 5517): MotionEvent { action=ACTION_UP, id[0]=0, x[0]=460.36063, y[…
8 04-24 15:00:56.190 I/System.out( 5517): MotionEvent { action=ACTION_DOWN, id[0]=0, x[0]=451.3731, y…
9 04-24 15:00:56.245 I/System.out( 5517): MotionEvent { action=ACTION_UP, id[0]=0, x[0]=451.3731, y[0…
10 04-24 15:00:57.253 I/System.out( 5517): MotionEvent { action=ACTION_DOWN, id[0]=0, x[0]=406.43552, …
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/tests/browser/robocop/assets/
H A Dtestcheck2-motionevents1 04-24 15:00:54.643 I/System.out( 5517): MotionEvent { action=ACTION_DOWN, id[0]=0, x[0]=398.44662, …
2 04-24 15:00:54.675 I/System.out( 5517): MotionEvent { action=ACTION_MOVE, id[0]=0, x[0]=400.44385, …
3 04-24 15:00:54.683 I/System.out( 5517): MotionEvent { action=ACTION_UP, id[0]=0, x[0]=400.44385, y[…
4 04-24 15:00:54.784 I/System.out( 5517): MotionEvent { action=ACTION_DOWN, id[0]=0, x[0]=396.44937, …
5 04-24 15:00:54.831 I/System.out( 5517): MotionEvent { action=ACTION_UP, id[0]=0, x[0]=396.44937, y[…
6 04-24 15:00:56.026 I/System.out( 5517): MotionEvent { action=ACTION_DOWN, id[0]=0, x[0]=460.36063, …
7 04-24 15:00:56.073 I/System.out( 5517): MotionEvent { action=ACTION_UP, id[0]=0, x[0]=460.36063, y[…
8 04-24 15:00:56.190 I/System.out( 5517): MotionEvent { action=ACTION_DOWN, id[0]=0, x[0]=451.3731, y…
9 04-24 15:00:56.245 I/System.out( 5517): MotionEvent { action=ACTION_UP, id[0]=0, x[0]=451.3731, y[0…
10 04-24 15:00:57.253 I/System.out( 5517): MotionEvent { action=ACTION_DOWN, id[0]=0, x[0]=406.43552, …
[all …]

12345678910>>...44