2018-08-14

2018-08-14  本文已影响0人  yeccc

```

if (!intercepted && b !=null) {

switch (type) {

case TYPE_ON_INTERCEPT:

intercepted = b.onInterceptTouchEvent(this, child, ev);

break;

        case TYPE_ON_TOUCH:

intercepted = b.onTouchEvent(this, child, ev);

break;

    }

if (intercepted) {

mBehaviorTouchView = child;

    }

}

```

上一篇 下一篇

猜你喜欢

热点阅读