Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DActivityChooserModel.java969 float nextRecordWeight = 1; in sort() local
975 activity.weight += historicalRecord.weight * nextRecordWeight; in sort()
976 nextRecordWeight = nextRecordWeight * WEIGHT_DECAY_COEFFICIENT; in sort()