Searched defs:getLineBottom (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/
H A DLayout.java1635 public final int getLineBottom(int line) { method in class:Layout
1952 top, getLineBottom(startline), consumer);
1955 consumer.accept(getLineLeft(startline), top, 0, getLineBottom(startline),
1958 consumer.accept(getLineRight(startline), top, width, getLineBottom(startline),
1964 bottom = getLineBottom(i);

Completed in 38 milliseconds