Commit 2f43b8e2 authored by Administrator's avatar Administrator

update

parent c5b9fc63
...@@ -123,7 +123,7 @@ public class SwipeUtils { ...@@ -123,7 +123,7 @@ public class SwipeUtils {
private static MotionEvent genFingerEvent(int action, float x, float y) { private static MotionEvent genFingerEvent(int action, float x, float y) {
Log.i("HD_HOOK", "genFingerEvent action: " + action + " point:(" + x + " , " + y + ")"); //Log.i("HD_HOOK", "genFingerEvent action: " + action + " point:(" + x + " , " + y + ")");
long downTime = SystemClock.uptimeMillis(); long downTime = SystemClock.uptimeMillis();
long eventTime = SystemClock.uptimeMillis(); long eventTime = SystemClock.uptimeMillis();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment