OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COUNT_MAX
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
ForgettingCurveTests.java
34
for (int j = 0; j < (UserHistoryForgettingCurveUtils.
COUNT_MAX
+ 1); ++j) {
42
for (int j = 0; j < (UserHistoryForgettingCurveUtils.
COUNT_MAX
+ 1); ++j) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
UserHistoryForgettingCurveUtils.java
26
/* package */ static final int
COUNT_MAX
= 3;
127
if (count ==
COUNT_MAX
) {
138
final int c = Math.min(
COUNT_MAX
, Math.max(0, count));
157
count =
COUNT_MAX
;
169
if ((elapsedTime == 0 && count >=
COUNT_MAX
) || (isValid && level == 0)) {
Completed in 71 milliseconds