summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/app/MoviePlayer.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/app/MoviePlayer.java')
-rw-r--r--src/com/android/gallery3d/app/MoviePlayer.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/gallery3d/app/MoviePlayer.java b/src/com/android/gallery3d/app/MoviePlayer.java
index 0cf361c71..9d229f088 100644
--- a/src/com/android/gallery3d/app/MoviePlayer.java
+++ b/src/com/android/gallery3d/app/MoviePlayer.java
@@ -304,7 +304,7 @@ public class MoviePlayer implements
}
int position = mVideoView.getCurrentPosition();
int duration = mVideoView.getDuration();
- mController.setTimes(position, duration);
+ mController.setTimes(position, duration, 0, 0);
return position;
}
@@ -376,7 +376,7 @@ public class MoviePlayer implements
}
@Override
- public void onSeekEnd(int time) {
+ public void onSeekEnd(int time, int start, int end) {
mDragging = false;
mVideoView.seekTo(time);
setProgress();