Home
last modified time | relevance | path

Searched refs:playUntilStartOfWindow (Results 1 – 2 of 2) sorted by relevance

/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/
DExoPlayerTest.java396 .playUntilStartOfWindow(/* windowIndex= */ 1) in repeatModeChanges()
398 .playUntilStartOfWindow(/* windowIndex= */ 1) in repeatModeChanges()
400 .playUntilStartOfWindow(/* windowIndex= */ 2) in repeatModeChanges()
402 .playUntilStartOfWindow(/* windowIndex= */ 2) in repeatModeChanges()
404 .playUntilStartOfWindow(/* windowIndex= */ 0) in repeatModeChanges()
406 .playUntilStartOfWindow(/* windowIndex= */ 0) in repeatModeChanges()
407 .playUntilStartOfWindow(/* windowIndex= */ 0) in repeatModeChanges()
453 .playUntilStartOfWindow(/* windowIndex= */ 1) in shuffleModeEnabledChanges()
455 .playUntilStartOfWindow(/* windowIndex= */ 1) in shuffleModeEnabledChanges()
2087 .playUntilStartOfWindow(/* windowIndex= */ 0) in sendMessagesRepeatWithoutDeletingDoesRepost()
[all …]
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DActionSchedule.java274 public Builder playUntilStartOfWindow(int windowIndex) { in playUntilStartOfWindow() method in ActionSchedule.Builder