Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DActivityChooserModel.java962 float nextRecordWeight = 1; in sort() local
968 activity.weight += historicalRecord.weight * nextRecordWeight; in sort()
969 nextRecordWeight = nextRecordWeight * WEIGHT_DECAY_COEFFICIENT; in sort()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DActivityChooserModel.java940 float nextRecordWeight = 1; in sort() local
946 activity.weight += historicalRecord.weight * nextRecordWeight; in sort()
947 nextRecordWeight = nextRecordWeight * WEIGHT_DECAY_COEFFICIENT; in sort()