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

/frameworks/base/core/java/android/text/
H A DLayout.java869 public float getLineLeft(int line) { method in class:Layout
1445 dest.addRect(getLineLeft(startline), top,
1466 dest.addRect(0, top, getLineLeft(endline), bottom, Path.Direction.CW);

Completed in 74 milliseconds