Searched defs:baseSource (Results 1 – 2 of 2) sorted by relevance
150 static InstantSource tick(InstantSource baseSource, Duration tickDuration) { in tick()193 static InstantSource offset(InstantSource baseSource, Duration offsetDuration) { in offset()
797 private final InstantSource baseSource; field in Clock.SourceClock800 SourceClock(InstantSource baseSource, ZoneId zone) { in SourceClock()