jiajunhui / PlayerBase

The basic library of Android player will process complex business components. The access is simple。Android播放器基础库,专注于播放视图组件的高复用性和组件间的低耦合,轻松处理复杂业务。
Apache License 2.0
2.92k stars 437 forks source link

add feature: dispatch tv key events #117

Open xx394984678 opened 4 years ago

xx394984678 commented 4 years ago

当前仅兼容到BaseVideoView 大致思路: 1.重写BaseVideoView的方法,将获取焦点动作嫁接到SuperContainer上。 2.将传递到SuperContainer的key事件,通过EventDispatcher进行分发。 3.扩展EventDispatcher的方法,类似分发touch事件,分发到各个cover。