mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-05 10:26:52 +00:00
Merge "Logging to catch INJECT PERMISSION problem" into ub-launcher3-qt-qpr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
96a066ab52
@@ -882,6 +882,7 @@ public final class LauncherInstrumentation {
|
||||
}
|
||||
|
||||
long movePointer(long downTime, long startTime, long duration, Point from, Point to) {
|
||||
log("movePointer: " + from + " to " + to);
|
||||
final Point point = new Point();
|
||||
long steps = duration / GESTURE_STEP_MS;
|
||||
long currentTime = startTime;
|
||||
|
||||
Reference in New Issue
Block a user