Merge "Logging start and end of linear gesture" into ub-launcher3-qt-r1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2f0fdd6a7f
@@ -821,6 +821,7 @@ public final class LauncherInstrumentation {
|
||||
// Inject a swipe gesture. Inject exactly 'steps' motion points, incrementing event time by a
|
||||
// fixed interval each time.
|
||||
void linearGesture(int startX, int startY, int endX, int endY, int steps) {
|
||||
log("linearGesture: " + startX + ", " + startY + " -> " + endX + ", " + endY);
|
||||
final long downTime = SystemClock.uptimeMillis();
|
||||
final Point start = new Point(startX, startY);
|
||||
final Point end = new Point(endX, endY);
|
||||
|
||||
Reference in New Issue
Block a user