Searched refs:expandedBottomChar (Results 1 – 1 of 1) sorted by relevance
11488 int expandedBottomChar = layout.getLineEnd(expandedBottomLine); in onProvideStructure() local11498 if (selEnd > expandedBottomChar) { in onProvideStructure()11499 expandedBottomChar = selEnd; in onProvideStructure()11505 if (expandedTopChar > 0 || expandedBottomChar < text.length()) { in onProvideStructure()11506 text = text.subSequence(expandedTopChar, expandedBottomChar); in onProvideStructure()