OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COUNT_MAX
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
ForgettingCurveTests.java
36
for (int j = 0; j < (UserHistoryForgettingCurveUtils.
COUNT_MAX
+ 1); ++j) {
44
for (int j = 0; j < (UserHistoryForgettingCurveUtils.
COUNT_MAX
+ 1); ++j) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
UserHistoryForgettingCurveUtils.java
29
/* package */ static final int
COUNT_MAX
= 3;
138
if (count ==
COUNT_MAX
) {
149
final int c = Math.min(
COUNT_MAX
, Math.max(0, count));
168
count =
COUNT_MAX
;
180
if ((elapsedTime == 0 && count >=
COUNT_MAX
) || (isValid && level == 0)) {
/packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
RecurrencePickerDialog.java
80
private static final int
COUNT_MAX
= 730;
714
mEndCount.addTextChangedListener(new minMaxTextWatcher(1, COUNT_DEFAULT,
COUNT_MAX
) {
[
all
...]
Completed in 30 milliseconds