Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java13481 int expandedBottomLine = bottomLine + (bottomLine - topLine) / 2; in onProvideStructure() local
13482 if (expandedBottomLine >= lineCount) { in onProvideStructure()
13483 expandedBottomLine = lineCount - 1; in onProvideStructure()
13491 layout.getLineEnd(expandedBottomLine), in onProvideStructure()