Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DTextView.java11833 int expandedBottomLine = bottomLine + (bottomLine - topLine) / 2; in onProvideStructure() local
11834 if (expandedBottomLine >= lineCount) { in onProvideStructure()
11835 expandedBottomLine = lineCount - 1; in onProvideStructure()
11840 int expandedBottomChar = layout.getLineEnd(expandedBottomLine); in onProvideStructure()