Searched refs:maxInterval (Results 1 – 2 of 2) sorted by relevance
647 long maxInterval = 0; in measureMeanFrameInterval() local655 if (interval > maxInterval) maxInterval = interval; in measureMeanFrameInterval()660 return new Pair<Long, Long>(summedIntervals / measurementCount, maxInterval); in measureMeanFrameInterval()
1466 long maxInterval = Long.MIN_VALUE; in checkEventRate() local1472 maxInterval = Math.max(d, maxInterval); in checkEventRate()1524 long maxInterval = Long.MIN_VALUE; in checkEventRateUs() local1530 maxInterval = Math.max(d, maxInterval); in checkEventRateUs()