Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java8827 int expandedBottomLine = bottomLine + (bottomLine-topLine)/2; in onProvideStructure() local
8828 if (expandedBottomLine >= lineCount) { in onProvideStructure()
8829 expandedBottomLine = lineCount-1; in onProvideStructure()
8833 int expandedBottomChar = layout.getLineEnd(expandedBottomLine); in onProvideStructure()