提交 477ceeb5 编写于 作者: G guoshuyu

add long press api

上级 ce7ea259
......@@ -436,6 +436,12 @@ public abstract class GSYVideoControlView extends GSYVideoView implements View.O
}
return super.onSingleTapConfirmed(e);
}
@Override
public void onLongPress(MotionEvent e) {
super.onLongPress(e);
touchLongPress(e);
}
});
/**
......@@ -789,6 +795,12 @@ public abstract class GSYVideoControlView extends GSYVideoView implements View.O
clickStartIcon();
}
/**
* 长按
*/
protected void touchLongPress(MotionEvent e) {
}
/**
* 处理控制显示
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册