Searched refs:expandedBottomChar (Results 1 – 1 of 1) sorted by relevance
11531 int expandedBottomChar = layout.getLineEnd(expandedBottomLine); in onProvideStructure() local11541 if (selEnd > expandedBottomChar) { in onProvideStructure()11542 expandedBottomChar = selEnd; in onProvideStructure()11548 if (expandedTopChar > 0 || expandedBottomChar < text.length()) { in onProvideStructure()11549 text = text.subSequence(expandedTopChar, expandedBottomChar); in onProvideStructure()