Searched refs:maxInterval (Results 1 – 2 of 2) sorted by relevance
675 long maxInterval = 0; in measureMeanFrameInterval() local683 if (interval > maxInterval) maxInterval = interval; in measureMeanFrameInterval()688 return new Pair<Long, Long>(summedIntervals / measurementCount, maxInterval); in measureMeanFrameInterval()
1287 long maxInterval = Long.MIN_VALUE; in checkEventRate() local1293 maxInterval = Math.max(d, maxInterval); in checkEventRate()1345 long maxInterval = Long.MIN_VALUE; in checkEventRateUs() local1351 maxInterval = Math.max(d, maxInterval); in checkEventRateUs()