仿炫酷头条小视频拖拽动画(23)

private

 

boolean

 

isTouchView

(

int

 touchX, 

int

 touchY, View view)

 

{

       Rect rect = 

new

 Rect();

       view.getGlobalVisibleRect(rect);

       

return

 rect.contains(touchX, touchY);

   }

父控件拦截事件代码如下:

@Override



   

public

 

boolean

 

onInterceptTouchEvent