Home
last modified time | relevance | path

Searched refs:mLinkToRect (Results 1 – 1 of 1) sorted by relevance

/packages/providers/MediaProvider/pdf/framework/java/android/graphics/pdf/models/jni/
DLinkRects.java54 private final List<Integer> mLinkToRect; field in LinkRects
61 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()