HomeSort by relevance Sort by last modified time
    Searched refs:pendingEvent (Results 1 - 2 of 2) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
EventState.java 67 private boolean pendingEvent;
106 pendingEvent = false;
285 pendingEvent = true;
302 pendingEvent = false;
319 return pendingEvent ? pendingEventTime : Double.POSITIVE_INFINITY;
336 if (pendingEvent && (FastMath.abs(pendingEventTime - t) <= convergence)) {
367 if (!(pendingEvent && (FastMath.abs(pendingEventTime - t) <= convergence))) {
374 pendingEvent = false;
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java 160 private final Pool<PendingEvent> mPendingEventPool =
    [all...]

Completed in 1350 milliseconds