FileDocCategorySizeDatePackage
VideoView.javaAPI DocAndroid 5.1 API4171Sat Mar 14 14:09:34 GMT 2015android.widget

VideoView

public class VideoView extends android.view.SurfaceView implements android.widget.MediaController.MediaPlayerControl

Fields Summary
Constructors Summary
public VideoView(android.content.Context context)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public VideoView(android.content.Context context, android.util.AttributeSet attrs)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public VideoView(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public VideoView(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr, int defStyleRes)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
Methods Summary
public voidaddSubtitleSource(java.io.InputStream is, android.media.MediaFormat format)

 throw new RuntimeException("Stub!"); 
public booleancanPause()

 throw new RuntimeException("Stub!"); 
public booleancanSeekBackward()

 throw new RuntimeException("Stub!"); 
public booleancanSeekForward()

 throw new RuntimeException("Stub!"); 
public voiddraw(android.graphics.Canvas canvas)

 throw new RuntimeException("Stub!"); 
public intgetAudioSessionId()

 throw new RuntimeException("Stub!"); 
public intgetBufferPercentage()

 throw new RuntimeException("Stub!"); 
public intgetCurrentPosition()

 throw new RuntimeException("Stub!"); 
public intgetDuration()

 throw new RuntimeException("Stub!"); 
public booleanisPlaying()

 throw new RuntimeException("Stub!"); 
protected voidonAttachedToWindow()

 throw new RuntimeException("Stub!"); 
protected voidonDetachedFromWindow()

 throw new RuntimeException("Stub!"); 
public voidonInitializeAccessibilityEvent(android.view.accessibility.AccessibilityEvent event)

 throw new RuntimeException("Stub!"); 
public voidonInitializeAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo info)

 throw new RuntimeException("Stub!"); 
public booleanonKeyDown(int keyCode, android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
protected voidonLayout(boolean changed, int left, int top, int right, int bottom)

 throw new RuntimeException("Stub!"); 
protected voidonMeasure(int widthMeasureSpec, int heightMeasureSpec)

 throw new RuntimeException("Stub!"); 
public booleanonTouchEvent(android.view.MotionEvent ev)

 throw new RuntimeException("Stub!"); 
public booleanonTrackballEvent(android.view.MotionEvent ev)

 throw new RuntimeException("Stub!"); 
public voidpause()

 throw new RuntimeException("Stub!"); 
public intresolveAdjustedSize(int desiredSize, int measureSpec)

 throw new RuntimeException("Stub!"); 
public voidresume()

 throw new RuntimeException("Stub!"); 
public voidseekTo(int msec)

 throw new RuntimeException("Stub!"); 
public voidsetMediaController(android.widget.MediaController controller)

 throw new RuntimeException("Stub!"); 
public voidsetOnCompletionListener(android.media.MediaPlayer.OnCompletionListener l)

 throw new RuntimeException("Stub!"); 
public voidsetOnErrorListener(android.media.MediaPlayer.OnErrorListener l)

 throw new RuntimeException("Stub!"); 
public voidsetOnInfoListener(android.media.MediaPlayer.OnInfoListener l)

 throw new RuntimeException("Stub!"); 
public voidsetOnPreparedListener(android.media.MediaPlayer.OnPreparedListener l)

 throw new RuntimeException("Stub!"); 
public voidsetVideoPath(java.lang.String path)

 throw new RuntimeException("Stub!"); 
public voidsetVideoURI(android.net.Uri uri)

 throw new RuntimeException("Stub!"); 
public voidsetVideoURI(android.net.Uri uri, java.util.Map headers)

 throw new RuntimeException("Stub!"); 
public voidstart()

 throw new RuntimeException("Stub!"); 
public voidstopPlayback()

 throw new RuntimeException("Stub!"); 
public voidsuspend()

 throw new RuntimeException("Stub!");