Home
last modified time | relevance | path

Searched refs:timesWeight (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DContactsManager.java85 final float timesWeight = ((float) mTimesContacted + 1) / (maxTimesContacted + 1); in computeAffinity() local
92 mAffinity = (timesWeight + lastTimeWeight + visibleWeight) / 3; in computeAffinity()