All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.widget.VideoView Maven / Gradle / Ivy

Go to download

A library jar that provides APIs for Applications written for the Google Android Platform. The branch tag that was used to checkout the source from the Git repos was android-2.1_r2.

There is a newer version: 4.1.1.4
Show newest version
package android.widget;
public class VideoView
  extends android.view.SurfaceView
  implements android.widget.MediaController.MediaPlayerControl
{
public  VideoView(android.content.Context context) { super((android.content.Context)null,(android.util.AttributeSet)null,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); throw new RuntimeException("Stub!"); }
public  VideoView(android.content.Context context, android.util.AttributeSet attrs, int defStyle) { super((android.content.Context)null,(android.util.AttributeSet)null,0); throw new RuntimeException("Stub!"); }
protected  void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { throw new RuntimeException("Stub!"); }
public  int resolveAdjustedSize(int desiredSize, int measureSpec) { throw new RuntimeException("Stub!"); }
public  void setVideoPath(java.lang.String path) { throw new RuntimeException("Stub!"); }
public  void setVideoURI(android.net.Uri uri) { throw new RuntimeException("Stub!"); }
public  void stopPlayback() { throw new RuntimeException("Stub!"); }
public  void setMediaController(android.widget.MediaController controller) { throw new RuntimeException("Stub!"); }
public  void setOnPreparedListener(android.media.MediaPlayer.OnPreparedListener l) { throw new RuntimeException("Stub!"); }
public  void setOnCompletionListener(android.media.MediaPlayer.OnCompletionListener l) { throw new RuntimeException("Stub!"); }
public  void setOnErrorListener(android.media.MediaPlayer.OnErrorListener l) { throw new RuntimeException("Stub!"); }
public  boolean onTouchEvent(android.view.MotionEvent ev) { throw new RuntimeException("Stub!"); }
public  boolean onTrackballEvent(android.view.MotionEvent ev) { throw new RuntimeException("Stub!"); }
public  boolean onKeyDown(int keyCode, android.view.KeyEvent event) { throw new RuntimeException("Stub!"); }
public  void start() { throw new RuntimeException("Stub!"); }
public  void pause() { throw new RuntimeException("Stub!"); }
public  void suspend() { throw new RuntimeException("Stub!"); }
public  void resume() { throw new RuntimeException("Stub!"); }
public  int getDuration() { throw new RuntimeException("Stub!"); }
public  int getCurrentPosition() { throw new RuntimeException("Stub!"); }
public  void seekTo(int msec) { throw new RuntimeException("Stub!"); }
public  boolean isPlaying() { throw new RuntimeException("Stub!"); }
public  int getBufferPercentage() { throw new RuntimeException("Stub!"); }
public  boolean canPause() { throw new RuntimeException("Stub!"); }
public  boolean canSeekBackward() { throw new RuntimeException("Stub!"); }
public  boolean canSeekForward() { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy