Searched refs:nearestTimestamps (Results 1 – 1 of 1) sorted by relevance
1143 final long[] nearestTimestamps = findNearestTimestamp(rawTimestampList, currentSlot); in interpolateHistoryForSlot() local1144 final long lowerTimestamp = nearestTimestamps[0]; in interpolateHistoryForSlot()1145 final long upperTimestamp = nearestTimestamps[1]; in interpolateHistoryForSlot()