OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:suggestionsattributes
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/view/textservice/
SuggestionsInfo.java
56
* @param
suggestionsAttributes
from the text service
59
public SuggestionsInfo(int
suggestionsAttributes
, String[] suggestions) {
60
this(
suggestionsAttributes
, suggestions, 0, 0);
65
* @param
suggestionsAttributes
from the text service
71
int
suggestionsAttributes
, String[] suggestions, int cookie, int sequence) {
79
mSuggestionsAttributes =
suggestionsAttributes
;
/prebuilts/sdk/current/
android.jar
Completed in 279 milliseconds