Searched refs:textStartIndex (Results 1 – 1 of 1) sorted by relevance
60 public PageMatchBounds(@NonNull List<RectF> bounds, int textStartIndex) { in PageMatchBounds() argument63 Preconditions.checkArgument(textStartIndex >= 0, "Index cannot be negative"); in PageMatchBounds()65 this.mTextStartIndex = textStartIndex; in PageMatchBounds()