美文网首页
事件分发

事件分发

作者: Android一行代码 | 来源:发表于2020-09-08 10:26 被阅读0次

    dispatchTtouchevent return true 事件被拦截 ontouchevent 不会被调用
    onInterceptTouchEvent() 只存在于viewgroup 在dispatchtouchevent中被调用
    onTouchEvent() 在dispatchtouchevent方法中被调用

    相关文章

      网友评论

          本文标题:事件分发

          本文链接:https://www.haomeiwen.com/subject/xnddektx.html