摘要: /** * Pass the touch screen motion event down to the target view, or this * view if it is the target. * * @param event The motion event to be dispatch 阅读全文
posted @ 2021-03-08 14:50 passerbyzh 阅读(89) 评论(0) 推荐(0)
摘要: @Override public boolean dispatchTouchEvent(MotionEvent ev) { // 一致性检验器 用于调试用途 if (mInputEventConsistencyVerifier != null) { mInputEventConsistencyVer 阅读全文
posted @ 2021-03-08 14:48 passerbyzh 阅读(273) 评论(0) 推荐(0)
摘要: /** * Called to process touch screen events. You can override this to * intercept all touch screen events before they are dispatched to the * window. 阅读全文
posted @ 2021-03-08 14:47 passerbyzh 阅读(208) 评论(0) 推荐(0)