Home | History | Annotate | Download | only in textservice

Lines Matching refs:length

50         if (suggestionsInfos.length != offsets.length || offsets.length != lengths.length) {
53 final int infoSize = suggestionsInfos.length;
63 mOffsets = new int[mSuggestionsInfos.length];
65 mLengths = new int[mSuggestionsInfos.length];
77 final int infoSize = mSuggestionsInfos.length;
93 return mSuggestionsInfos.length;
101 if (i >= 0 && i < mSuggestionsInfos.length) {
112 if (i >= 0 && i < mOffsets.length) {
120 * @return the length of the specified {@link SuggestionsInfo}
123 if (i >= 0 && i < mLengths.length) {