Searched refs:timeDifference (Results 1 – 1 of 1) sorted by relevance
1664 double timeDifference = mClock.getElapsedSinceBootMillis() in calculateLastSelectionWeight() local1669 if (timeDifference >= millis) return 0.0; in calculateLastSelectionWeight()1670 double unclipped = 1.0 - (timeDifference / millis); in calculateLastSelectionWeight()