Searched refs:waitUntilNanos (Results 1 – 1 of 1) sorted by relevance
476 private boolean waitForEvents(long waitUntilNanos, TestSurface[] surfaces) in waitForEvents() argument480 while (nowNanos < waitUntilNanos) { in waitForEvents()487 long timeoutNs = Math.min(waitUntilNanos, surfacePostTime) - nowNanos; in waitForEvents()