可以在不同的View之间传递motionevent么? 即view之间不是父子关系,也不属于一个组。只是两个分别打开的view。但是在focus path上相邻。
android.view.View.dispatchKeyEvent(KeyEvent event) 
Dispatch a key event to the next view on the focus path. This path runs from the top of the view tree down to the currently focused view. If this view has focus, it will dispatch to itself. Otherwise it will dispatch the next node down the focus path. This method also fires any key listeners.dispatchKeyEvent是这样的么?
那么有方法可以传递motion event么?
请大家指教。