Searched refs:currentDelayMs (Results 1 – 1 of 1) sorted by relevance
116 private long currentDelayMs; field in ActionSchedule.Builder135 currentDelayMs += delayMs; in delay()146 return appendActionNode(new ActionNode(action, currentDelayMs)); in apply()157 return appendActionNode(new ActionNode(action, currentDelayMs, intervalMs)); in repeat()593 currentDelayMs = 0; in appendActionNode()