Searched refs:getBottomLine (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/method/
H A DBaseMovementMethod.java406 private int getBottomLine(TextView widget) { method in class:BaseMovementMethod
425 final int bottomLine = getBottomLine(widget);
442 final int bottomLine = getBottomLine(widget);
628 if (getBottomLine(widget) <= lineCount - 1) {

Completed in 19 milliseconds