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

/frameworks/base/core/java/android/text/
H A DLayout.java322 int startLine = getLineForOffset(sp.getSpanStart(spans[n]));
750 int line = getLineForOffset(offset);
780 int line = getLineForOffset(offset);
809 int line = getLineForOffset(offset);
828 int line = getLineForOffset(offset);
919 int line = getLineForOffset(offset);
1123 public int getLineForOffset(int offset) { method in class:Layout
1318 int line = getLineForOffset(caret);
1428 int line = getLineForOffset(point);
1550 int startline = getLineForOffset(star
[all...]

Completed in 40 milliseconds