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