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

/frameworks/base/core/java/android/text/
H A DLayout.java1143 public final int getLineBottom(int line) { method in class:Layout
1391 int bottom = getLineBottom(endline);
1399 top, getLineBottom(startline), dest);
1403 0, getLineBottom(startline), Path.Direction.CW);
1406 width, getLineBottom(startline), Path.Direction.CW);
1410 bottom = getLineBottom(i);
1415 bottom = getLineBottom(endline);

Completed in 735 milliseconds