OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_SUGGESTIONS
(Results
1 - 3
of
3
) sorted by null
/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
));
/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/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java
48
public static final int
MAX_SUGGESTIONS
= 18;
Completed in 197 milliseconds