Loading src/com/android/gallery3d/app/MoviePlayer.java +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ public class MoviePlayer implements private static final String CMDPAUSE = "pause"; private static final String VIRTUALIZE_EXTRA = "virtualize"; private static final long BLACK_TIMEOUT = 500; private static final long BLACK_TIMEOUT = 50; // If we resume the acitivty with in RESUMEABLE_TIMEOUT, we will keep playing. // Otherwise, we pause the player. Loading Loading
src/com/android/gallery3d/app/MoviePlayer.java +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ public class MoviePlayer implements private static final String CMDPAUSE = "pause"; private static final String VIRTUALIZE_EXTRA = "virtualize"; private static final long BLACK_TIMEOUT = 500; private static final long BLACK_TIMEOUT = 50; // If we resume the acitivty with in RESUMEABLE_TIMEOUT, we will keep playing. // Otherwise, we pause the player. Loading