Removed all animations to be consistent with the current behavior
This commit is contained in:
parent
65bb1dcdbf
commit
c25e523df6
2 changed files with 0 additions and 18 deletions
|
|
@ -591,30 +591,14 @@ public final class Player implements
|
|||
.seekSeconds((int) (retrieveSeekDurationFromPreferences(this) / 1000.0f))
|
||||
.performListener(new PlayerFastSeekOverlay.PerformListener() {
|
||||
|
||||
@Override
|
||||
public void onDoubleTabStart() {
|
||||
// TODO
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onDoubleTab() {
|
||||
animate(binding.fastSeekOverlay, true, SEEK_OVERLAY_DURATION);
|
||||
animate(binding.playbackControlsShadow,
|
||||
!simpleExoPlayer.getPlayWhenReady(), SEEK_OVERLAY_DURATION);
|
||||
animate(binding.playerTopShadow, false, SEEK_OVERLAY_DURATION);
|
||||
animate(binding.playerBottomShadow, false, SEEK_OVERLAY_DURATION);
|
||||
animate(binding.playbackControlRoot, false, SEEK_OVERLAY_DURATION);
|
||||
hideSystemUIIfNeeded();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onDoubleTabEnd() {
|
||||
animate(binding.fastSeekOverlay, false, SEEK_OVERLAY_DURATION);
|
||||
if (!simpleExoPlayer.getPlayWhenReady()) {
|
||||
showControls(SEEK_OVERLAY_DURATION);
|
||||
} else {
|
||||
showHideShadow(false, SEEK_OVERLAY_DURATION);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue