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

/frameworks/base/core/java/android/text/
H A DLayout.java1146 public final int getLineBottom(int line) { method in class:Layout
1394 int bottom = getLineBottom(endline);
1402 top, getLineBottom(startline), dest);
1406 0, getLineBottom(startline), Path.Direction.CW);
1409 width, getLineBottom(startline), Path.Direction.CW);
1413 bottom = getLineBottom(i);
1418 bottom = getLineBottom(endline);

Completed in 36 milliseconds