Searched refs:mLinkToRect (Results 1 – 1 of 1) sorted by relevance
54 private final List<Integer> mLinkToRect; field in LinkRects61 this.mLinkToRect = Preconditions.checkNotNull(linkToRect, "linkToRect cannot be null"); in LinkRects()76 return mLinkToRect; in getLinkToRect()114 for (int index = 0; index < mLinkToRect.size(); index++) { in unflattenToList()116 int boundsForCurrentLink = (index + 1 < mLinkToRect.size()) ? mLinkToRect.get(index + 1) in unflattenToList()118 for (int boundIndex = mLinkToRect.get(index); boundIndex < boundsForCurrentLink; in unflattenToList()