Loading src/com/android/gallery3d/app/MoviePlayer.java +0 −2 Original line number Diff line number Diff line Loading @@ -470,8 +470,6 @@ public class MoviePlayer implements mVideoView.suspend(); mResumeableTime = System.currentTimeMillis() + RESUMEABLE_TIMEOUT; mVideoView.setResumed(false);// avoid start after surface created // Workaround for last-seek frame difference mVideoView.setVisibility(View.INVISIBLE); long end2 = System.currentTimeMillis(); // TODO comments by sunlei mOverlayExt.clearBuffering(); Loading Loading
src/com/android/gallery3d/app/MoviePlayer.java +0 −2 Original line number Diff line number Diff line Loading @@ -470,8 +470,6 @@ public class MoviePlayer implements mVideoView.suspend(); mResumeableTime = System.currentTimeMillis() + RESUMEABLE_TIMEOUT; mVideoView.setResumed(false);// avoid start after surface created // Workaround for last-seek frame difference mVideoView.setVisibility(View.INVISIBLE); long end2 = System.currentTimeMillis(); // TODO comments by sunlei mOverlayExt.clearBuffering(); Loading