Home
last modified time | relevance | path

Searched refs:expandedBottomChar (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DTextView.java11531 int expandedBottomChar = layout.getLineEnd(expandedBottomLine); in onProvideStructure() local
11541 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()