|
[Android] Use DIP coordinates with MotionEventAndroid
With this change, all MotionEvent implementations will use DIP coordinates,
eliminating confusion and making the world a better place. All assumptions of
integral coordinates in the gesture detection pipeline have been updated
appropriately.
BUG= 332418
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=263493
Total comments: 16
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+357 lines, -356 lines) |
Patch |
 |
M |
content/browser/android/content_view_core_impl.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/motion_event_android.h
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+20 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/motion_event_android.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
9 chunks |
+66 lines, -48 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/touch_event_queue.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/web_input_event_util.h
|
View
|
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/web_input_event_util.cc
|
View
|
1
2
3
|
5 chunks |
+35 lines, -47 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/gesture_config_helper.h
|
View
|
1
2
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/gesture_config_helper.cc
|
View
|
1
2
|
1 chunk |
+5 lines, -13 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/gesture_config_helper_android.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+27 lines, -29 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/gesture_config_helper_aura.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+8 lines, -18 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/gesture_detector.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+19 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/gesture_detector.cc
|
View
|
1
2
3
4
5
6
|
6 chunks |
+27 lines, -17 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/gesture_provider.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/gesture_provider.cc
|
View
|
1
2
3
4
5
6
7
|
14 chunks |
+17 lines, -74 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/gesture_provider_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
10 chunks |
+68 lines, -18 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/scale_gesture_detector.h
|
View
|
1
2
3
4
5
|
3 chunks |
+11 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/scale_gesture_detector.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+12 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/snap_scroll_controller.h
|
View
|
1
2
3
4
|
3 chunks |
+5 lines, -11 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/snap_scroll_controller.cc
|
View
|
1
2
3
4
|
2 chunks |
+20 lines, -29 lines |
0 comments
|
Download
|
Total messages: 14 (0 generated)
|