Searched refs:currentLineBounds (Results 1 – 1 of 1) sorted by relevance
600 final RectF currentLineBounds = new RectF(); in getLineInfo() local604 getBoundsForRange(lineStartInRange, lineEndInRange, currentLineBounds); in getLineInfo()606 top = Math.min(currentLineBounds.top, top); in getLineInfo()607 bottom = Math.max(currentLineBounds.bottom, bottom); in getLineInfo()609 final float distance = verticalDistance(currentLineBounds, y); in getLineInfo()615 bounds.set(currentLineBounds); in getLineInfo()625 bounds.set(currentLineBounds); in getLineInfo()