HomeSort by relevance Sort by last modified time
    Searched refs:fcToLevel (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
ForgettingCurveTests.java 29 final int l = UserHistoryForgettingCurveUtils.fcToLevel(fc);
39 l = UserHistoryForgettingCurveUtils.fcToLevel(fc);
47 l = UserHistoryForgettingCurveUtils.fcToLevel(fc);
54 l = UserHistoryForgettingCurveUtils.fcToLevel(fc);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
UserHistoryForgettingCurveUtils.java 72 this(fc, now, last, fcToLevel((byte)fc) > 0);
129 /* package */ static int fcToLevel(byte fc) {
157 final int level = fcToLevel(fc);
164 int level = fcToLevel(fc);
179 int level = fcToLevel(fc);
199 int level = fcToLevel(fc);

Completed in 38 milliseconds