Searched refs:expandedBottomChar (Results 1 – 1 of 1) sorted by relevance
11840 int expandedBottomChar = layout.getLineEnd(expandedBottomLine); in onProvideStructure() local11850 if (selEnd > expandedBottomChar) { in onProvideStructure()11851 expandedBottomChar = selEnd; in onProvideStructure()11859 if (expandedTopChar > 0 || expandedBottomChar < text.length()) { in onProvideStructure()11868 expandedBottomChar = Math.min(expandedBottomChar, text.length()); in onProvideStructure()11869 text = text.subSequence(expandedTopChar, expandedBottomChar); in onProvideStructure()