瘦瘦宝马

文章
5
资源
0
加入时间
2年10月18天

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