media/library/core/src
tonihei e1d960db68 Unify internal reset method to support state and position resets.
The ExoPlayerImplInternal.reset method now takes the same set of options
as the ExoPlayer.prepare method. This also allows to
- Remove some code duplication within ExoPlayerImplInternal
- Fix calls to prepare(sameSource, resetPosition=true, resetState=false)
  with enabled shuffle mode where the position was not correctly reset to the
  first period index.
- Keep the current timeline when calling stop (in line with ExoPlayerImpl).

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=176481878
2017-11-21 13:10:45 +00:00
..
androidTest Unify internal reset method to support state and position resets. 2017-11-21 13:10:45 +00:00
main Unify internal reset method to support state and position resets. 2017-11-21 13:10:45 +00:00
test/java/com/google/android/exoplayer2 Move media clock handling to its own class. 2017-11-20 13:42:06 +00:00