OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calcFc
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
UserHistoryForgettingCurveUtils.java
147
/* pakcage */ static byte
calcFc
(int elapsedTime, int count, int level) {
173
return
calcFc
(elapsedTime, count, level);
190
return
calcFc
(0, count, level);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
ForgettingCurveTests.java
30
final byte fc2 = UserHistoryForgettingCurveUtils.
calcFc
(e, c, l);
Completed in 21 milliseconds