Home
last modified time | relevance | path

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

/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DActionSchedule.java75 private final ActionNode rootNode;
82 private ActionSchedule(ActionNode rootNode, CallbackAction callbackAction) { in ActionSchedule()
114 private final ActionNode rootNode;
117 private ActionNode previousNode;
124 rootNode = new ActionNode(new RootAction(tag), 0); in Builder()
146 return appendActionNode(new ActionNode(action, currentDelayMs)); in apply()
157 return appendActionNode(new ActionNode(action, currentDelayMs, intervalMs)); in repeat()
590 private Builder appendActionNode(ActionNode actionNode) { in appendActionNode()
666 /* package */ static final class ActionNode implements Runnable { class in ActionSchedule
672 @Nullable private ActionNode next;
[all …]
DAction.java33 import com.google.android.exoplayer2.testutil.ActionSchedule.ActionNode;
78 @Nullable ActionNode nextAction) { in doActionAndScheduleNext()
102 @Nullable ActionNode nextAction) { in doActionAndScheduleNextImpl()
686 @Nullable ActionNode nextAction) { in doActionAndScheduleNextImpl()
770 @Nullable ActionNode nextAction) { in doActionAndScheduleNextImpl()
815 @Nullable ActionNode nextAction) { in doActionAndScheduleNextImpl()
859 @Nullable ActionNode nextAction) { in doActionAndScheduleNextImpl()
910 @Nullable ActionNode nextAction) { in doActionAndScheduleNextImpl()
960 @Nullable ActionNode nextAction) { in doActionAndScheduleNextImpl()
1000 @Nullable ActionNode nextAction) { in doActionAndScheduleNextImpl()
[all …]