Home
last modified time | relevance | path

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

/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DActionSchedule.java670 private final long repeatIntervalMs; field in ActionSchedule.ActionNode
693 public ActionNode(Action action, long delayMs, long repeatIntervalMs) { in ActionNode() argument
696 this.repeatIntervalMs = repeatIntervalMs; in ActionNode()
741 if (repeatIntervalMs != C.TIME_UNSET) { in run()
748 mainHandler.postDelayed(/* runnable= */ this, repeatIntervalMs); in run()
751 repeatIntervalMs); in run()