Searched refs:repeatIntervalMs (Results 1 – 1 of 1) sorted by relevance
670 private final long repeatIntervalMs; field in ActionSchedule.ActionNode693 public ActionNode(Action action, long delayMs, long repeatIntervalMs) { in ActionNode() argument696 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()