Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAccessibilityIterators.java155 final int lastLineTop = mLayout.getLineTop(mLayout.getLineCount() - 1); in following() local
156 final int currentPageEndLine = (nextPageStartY < lastLineTop) in following()