Searched refs:expandedBottomLine (Results 1 – 1 of 1) sorted by relevance
11833 int expandedBottomLine = bottomLine + (bottomLine - topLine) / 2; in onProvideStructure() local11834 if (expandedBottomLine >= lineCount) { in onProvideStructure()11835 expandedBottomLine = lineCount - 1; in onProvideStructure()11840 int expandedBottomChar = layout.getLineEnd(expandedBottomLine); in onProvideStructure()