Searched refs:unclipped (Results 1 – 1 of 1) sorted by relevance
890 double unclipped = 1.0 - (timeDifference / LAST_USER_SELECTION_DECAY_TO_ZERO_MS); in calculateLastSelectionWeight() local891 lastSelectionWeight = Math.min(Math.max(unclipped, 0.0), 1.0); in calculateLastSelectionWeight()