Searched defs:getLineBottom (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/text/
H A DLayout.java1288 public final int getLineBottom(int line) { method in class:Layout
1554 int bottom = getLineBottom(endline);
1562 top, getLineBottom(startline), dest);
1566 0, getLineBottom(startline), Path.Direction.CW);
1569 width, getLineBottom(startline), Path.Direction.CW);
1573 bottom = getLineBottom(i);
1578 bottom = getLineBottom(endline);

Completed in 57 milliseconds