Searched refs:PlayUntilPosition (Results 1 – 2 of 2) sorted by relevance
33 import com.google.android.exoplayer2.testutil.Action.PlayUntilPosition;264 return apply(new PlayUntilPosition(tag, windowIndex, positionMs)); in playUntilPosition()275 return apply(new PlayUntilPosition(tag, windowIndex, /* positionMs= */ 0)); in playUntilStartOfWindow()
664 public static final class PlayUntilPosition extends Action { class in Action674 public PlayUntilPosition(String tag, int windowIndex, long positionMs) { in PlayUntilPosition() method in Action.PlayUntilPosition