Home
last modified time | relevance | path

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

/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DAction.java78 @Nullable ActionNode nextAction) { in doActionAndScheduleNext() argument
82 doActionAndScheduleNextImpl(player, trackSelector, surface, handler, nextAction); in doActionAndScheduleNext()
102 @Nullable ActionNode nextAction) { in doActionAndScheduleNextImpl() argument
104 if (nextAction != null) { in doActionAndScheduleNextImpl()
105 nextAction.schedule(player, trackSelector, surface, handler); in doActionAndScheduleNextImpl()
686 @Nullable ActionNode nextAction) { in doActionAndScheduleNextImpl() argument
707 if (nextAction != null) { in doActionAndScheduleNextImpl()
712 nextAction.schedule(player, trackSelector, surface, handler)) in doActionAndScheduleNextImpl()
770 @Nullable ActionNode nextAction) { in doActionAndScheduleNextImpl() argument
771 if (nextAction == null) { in doActionAndScheduleNextImpl()
[all …]
DActionSchedule.java794 @Nullable ActionNode nextAction) { in doActionAndScheduleNextImpl() argument
795 Assertions.checkArgument(nextAction == null); in doActionAndScheduleNextImpl()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
DEventState.java84 private int nextAction; field in EventState
110 nextAction = EventHandler.CONTINUE; in EventState()
340 nextAction = handler.eventOccurred(t, y, !(increasing ^ forward)); in stepAccepted()
343 nextAction = EventHandler.CONTINUE; in stepAccepted()
352 return nextAction == EventHandler.STOP; in stop()
371 if (nextAction == EventHandler.RESET_STATE) { in reset()
377 return (nextAction == EventHandler.RESET_STATE) || in reset()
378 (nextAction == EventHandler.RESET_DERIVATIVES); in reset()