HomeSort by relevance Sort by last modified time
    Searched full:suggestionsinfos (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/java/android/view/textservice/
SentenceSuggestionsInfo.java 41 * @param suggestionsInfos from the text service
46 SuggestionsInfo[] suggestionsInfos, int[] offsets, int[] lengths) {
47 if (suggestionsInfos == null || offsets == null || lengths == null) {
50 if (suggestionsInfos.length != offsets.length || offsets.length != lengths.length) {
53 final int infoSize = suggestionsInfos.length;
54 mSuggestionsInfos = Arrays.copyOf(suggestionsInfos, infoSize);

Completed in 208 milliseconds