Home
last modified time | relevance | path

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

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