android代码实现短按 长按
void sendTap(int displayId, float x, float y) { final long now = SystemClock.uptimeMillis(); injectMotionEvent(InputDevice.SOURCE_TOUCHSCREEN, MotionEvent.ACTION_DOWN, now, now, x, y, 1.0f, displayId); injectMotion