コード例 #1
0
ファイル: VideoView.java プロジェクト: avenwu/vplus
 public VideoView(Context context, AttributeSet attrs, int defStyle) {
   super(context, attrs, defStyle);
   initVideoView(context);
 }
コード例 #2
0
ファイル: VideoView.java プロジェクト: avenwu/vplus
 public VideoView(Context context) {
   super(context);
   initVideoView(context);
 }