Searched refs:mLinks (Results 1 – 3 of 3) sorted by relevance
99 private final List<TextLink> mLinks; field in TextLinks104 mLinks = Collections.unmodifiableList(links); in TextLinks()122 return mLinks; in getLinks()166 return String.format(Locale.US, "TextLinks{fullText=%s, links=%s}", mFullText, mLinks); in toString()177 dest.writeTypedList(mLinks); in writeToParcel()196 mLinks = in.createTypedArrayList(TextLink.CREATOR); in TextLinks()622 private final ArrayList<TextLink> mLinks; field in TextLinks.Builder632 mLinks = new ArrayList<>(); in Builder()673 mLinks.add(new TextLink( in addLink()683 mLinks.clear(); in clearTextLinks()[all …]
37 for (size_t ct=0; ct < mLinks.size(); ct++) { in ~ScriptGroup()38 delete mLinks[ct]; in ~ScriptGroup()122 for (size_t ct=0; ct < mLinks.size(); ct++) { in calcOrder()123 Link *l = mLinks[ct]; in calcOrder()214 sg->mLinks.reserve(linkCount); in create()221 sg->mLinks.push_back(l); in create()
77 std::vector<Link *> mLinks; variable