| android Programming Glossary: startvideoplaybackSurfaceView height + width gets ignored  http://stackoverflow.com/questions/8293909/surfaceview-height-width-gets-ignored  true if mIsVideoReadyToBePlayed mIsVideoSizeKnown startVideoPlayback public void onPrepared MediaPlayer mediaplayer Log.d TAG onPrepared.. true if mIsVideoReadyToBePlayed mIsVideoSizeKnown startVideoPlayback public void surfaceChanged SurfaceHolder surfaceholder int i.. false mIsVideoSizeKnown false private void startVideoPlayback Log.v TAG startVideoPlayback holder.setSizeFromLayout mMediaPlayer.start.. 
 How to play multiple video files simultaneously in one layout side by side in different view in Android http://stackoverflow.com/questions/9834882/how-to-play-multiple-video-files-simultaneously-in-one-layout-side-by-side-in-di  index true if mVideoReady index mSizeKnown index  startVideoPlayback player  public void onPrepared MediaPlayer player Log.d TAG.. index true if mVideoReady index mSizeKnown index  startVideoPlayback player  public void surfaceChanged SurfaceHolder holder int.. i .release  mMediaPlayers i null   private void startVideoPlayback MediaPlayer player Log.v TAG MediaPlayer indexOf player startVideoPlayback.. 
 SurfaceView height + width gets ignored  http://stackoverflow.com/questions/8293909/surfaceview-height-width-gets-ignored   return Log.v afmeting width px bij height px mIsVideoSizeKnown true if mIsVideoReadyToBePlayed mIsVideoSizeKnown startVideoPlayback public void onPrepared MediaPlayer mediaplayer Log.d TAG onPrepared called mIsVideoReadyToBePlayed true if mIsVideoReadyToBePlayed.. mediaplayer Log.d TAG onPrepared called mIsVideoReadyToBePlayed true if mIsVideoReadyToBePlayed mIsVideoSizeKnown startVideoPlayback public void surfaceChanged SurfaceHolder surfaceholder int i int j int k Log.d TAG surfaceChanged called i j k public void.. private void doCleanUp mVideoWidth 0 mVideoHeight 0 mIsVideoReadyToBePlayed false mIsVideoSizeKnown false private void startVideoPlayback Log.v TAG startVideoPlayback holder.setSizeFromLayout mMediaPlayer.start   android video surfaceview   share improve this.. 
 How to play multiple video files simultaneously in one layout side by side in different view in Android http://stackoverflow.com/questions/9834882/how-to-play-multiple-video-files-simultaneously-in-one-layout-side-by-side-in-di  player if index 1 return sanity check should never happen mSizeKnown index true if mVideoReady index mSizeKnown index  startVideoPlayback player  public void onPrepared MediaPlayer player Log.d TAG MediaPlayer indexOf player onPrepared called int index indexOf.. if index 1 return sanity check should never happen mVideoReady index true if mVideoReady index mSizeKnown index  startVideoPlayback player  public void surfaceChanged SurfaceHolder holder int i int j int k Log.d TAG SurfaceHolder indexOf holder surfaceChanged.. i 0 i mMediaPlayers.length i  if mMediaPlayers i null  mMediaPlayers i .release  mMediaPlayers i null   private void startVideoPlayback MediaPlayer player Log.v TAG MediaPlayer indexOf player startVideoPlayback player.start private int indexOf MediaPlayer.. 
 |