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

/frameworks/base/core/java/android/text/
H A DLayout.java1167 public final int getLineBottom(int line) { method in class:Layout
1433 int bottom = getLineBottom(endline);
1441 top, getLineBottom(startline), dest);
1445 0, getLineBottom(startline), Path.Direction.CW);
1448 width, getLineBottom(startline), Path.Direction.CW);
1452 bottom = getLineBottom(i);
1457 bottom = getLineBottom(endline);

Completed in 74 milliseconds