Searched refs:timesWeight (Results 1 – 1 of 1) sorted by relevance
85 final float timesWeight = ((float) mTimesContacted + 1) / (maxTimesContacted + 1); in computeAffinity() local92 mAffinity = (timesWeight + lastTimeWeight + visibleWeight) / 3; in computeAffinity()