Searched refs:mLengths (Results 1 – 3 of 3) sorted by relevance
37 private final int[] mLengths; field in SentenceSuggestionsInfo56 mLengths = Arrays.copyOf(lengths, infoSize); in SentenceSuggestionsInfo()65 mLengths = new int[mSuggestionsInfos.length]; in SentenceSuggestionsInfo()66 source.readIntArray(mLengths); in SentenceSuggestionsInfo()81 dest.writeIntArray(mLengths); in writeToParcel()123 if (i >= 0 && i < mLengths.length) { in getLengthAt()124 return mLengths[i]; in getLengthAt()
107 std::vector<size_t> mLengths; variable116 mLengths.push_back(start->getLayerCount()); in init()121 void append(size_t length) { mLengths.push_back(length); } in append()134 if (mLengths.size() <= 1) { in validateAndBuild()139 std::reduce(mLengths.cbegin(), mLengths.cend(), 0u, in validateAndBuild()
66173 Landroid/view/textservice/SentenceSuggestionsInfo;->mLengths:[I