Searched refs:boundsStart (Results 1 – 3 of 3) sorted by relevance
418 final int boundsStart = mOrientationHelper.getStartAfterPadding(); in findReferenceChild() local434 || mOrientationHelper.getDecoratedEnd(view) < boundsStart) { in findReferenceChild()
1754 final int boundsStart = mOrientationHelper.getStartAfterPadding(); in findReferenceChild() local1766 || mOrientationHelper.getDecoratedEnd(view) < boundsStart) { in findReferenceChild()
1808 @NonNull float[] bounds, @IntRange(from = 0) int boundsStart) { in fillCharacterBounds()1819 if (neededLength > bounds.length - boundsStart) { in fillCharacterBounds()1822 + (bounds.length - boundsStart)); in fillCharacterBounds()1834 final int boundsIndex = boundsStart + 4 * (index - start); in fillCharacterBounds()