Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/method/
DBaseMovementMethod.java431 final int lineLeft = (int) Math.floor(layout.getLineLeft(line)); in getScrollBoundsLeft() local
432 if (lineLeft < left) { in getScrollBoundsLeft()
433 left = lineLeft; in getScrollBoundsLeft()