Searched refs:unclipped (Results 1 – 1 of 1) sorted by relevance
987 double unclipped = 1.0 - (timeDifference / millis); in calculateLastSelectionWeight() local988 return Math.min(Math.max(unclipped, 0.0), 1.0); in calculateLastSelectionWeight()