projects
/
test
/
appium
/
uiautomator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
becedcd
)
Fix svace issue 348547
90/183690/1
accepted/tizen_4.0_unified
tizen_4.0
accepted/tizen/4.0/unified/20180716.185036
submit/tizen_4.0/20180716.011651
author
shyun.min
<shyun.min@samsung.com>
Tue, 10 Jul 2018 05:20:16 +0000
(14:20 +0900)
committer
shyun.min
<shyun.min@samsung.com>
Tue, 10 Jul 2018 05:20:16 +0000
(14:20 +0900)
Change-Id: I8707606bbe0f1d548d7963d11c6eddc6e56a7a49
UIAutomator/touch.h
patch
|
blob
|
history
diff --git
a/UIAutomator/touch.h
b/UIAutomator/touch.h
index 297dcefbf86aa28b9eca6bebe8616fb2f938ee4c..33ea86b6c0430ae1f68fbeb3180d779a24fc8527 100644
(file)
--- a/
UIAutomator/touch.h
+++ b/
UIAutomator/touch.h
@@
-46,7
+46,7
@@
class Touch : InputGenerator {
const int ABS_X_MAX = 639;
const int ABS_Y_MID = 719;
const int ABS_Y_MAX = 1279;
- int tracking_id;
+ int tracking_id
= 1
;
int GetCurrentTrackingId();
Point GetEndPoint(int xStart, int yStart, int xSpeed, int ySpeed);