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

/frameworks/base/core/java/android/text/
H A DLayout.java1448 public final int getLineBottom(int line) { method in class:Layout
1714 int bottom = getLineBottom(endline);
1722 top, getLineBottom(startline), dest);
1726 0, getLineBottom(startline), Path.Direction.CW);
1729 width, getLineBottom(startline), Path.Direction.CW);
1733 bottom = getLineBottom(i);
1738 bottom = getLineBottom(endline);

Completed in 31 milliseconds