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