OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_SUGGESTIONS
(Results
1 - 7
of
7
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
MoreSuggestions.java
43
private final int[] mWidths = new int[SuggestedWords.
MAX_SUGGESTIONS
];
44
private final int[] mRowNumbers = new int[SuggestedWords.
MAX_SUGGESTIONS
];
45
private final int[] mColumnOrders = new int[SuggestedWords.
MAX_SUGGESTIONS
];
46
private final int[] mNumColumnsInRow = new int[SuggestedWords.
MAX_SUGGESTIONS
];
68
final int size = Math.min(suggestedWords.size(), SuggestedWords.
MAX_SUGGESTIONS
);
SuggestionStripView.java
147
for (int pos = 0; pos < SuggestedWords.
MAX_SUGGESTIONS
; pos++) {
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java
45
private static final int
MAX_SUGGESTIONS
= 32;
48
private int[] mWordWidth = new int[
MAX_SUGGESTIONS
];
49
private int[] mWordX = new int[
MAX_SUGGESTIONS
];
/packages/apps/Contacts/src/com/android/contacts/list/
JoinContactListAdapter.java
42
private static final int
MAX_SUGGESTIONS
= 4;
83
builder.appendQueryParameter("limit", String.valueOf(
MAX_SUGGESTIONS
));
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java
48
public static final int
MAX_SUGGESTIONS
= 18;
DictionaryFacilitatorImpl.java
622
SuggestedWords.
MAX_SUGGESTIONS
, ngramContext.isBeginningOfSentenceContext(),
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java
[
all
...]
Completed in 218 milliseconds