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/
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/
UserHistoryForgettingCurveUtils.java 61 this(fc, now, last, fcToLevel((byte)fc) > 0);
118 /* package */ static int fcToLevel(byte fc) {
146 final int level = fcToLevel(fc);
153 int level = fcToLevel(fc);
168 int level = fcToLevel(fc);
188 int level = fcToLevel(fc);

Completed in 76 milliseconds