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

/frameworks/base/core/java/android/text/
H A DLayout.java281 int startLine = getLineForOffset(sp.getSpanStart(margin));
687 int line = getLineForOffset(offset);
717 int line = getLineForOffset(offset);
741 int line = getLineForOffset(offset);
810 int line = getLineForOffset(offset);
1011 public int getLineForOffset(int offset) { method in class:Layout
1176 int line = getLineForOffset(caret);
1269 int line = getLineForOffset(point);
1390 int startline = getLineForOffset(start);
1391 int endline = getLineForOffset(en
[all...]

Completed in 46 milliseconds