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

/frameworks/base/core/java/android/text/
H A DLayout.java330 int startLine = getLineForOffset(sp.getSpanStart(spans[n]));
454 int startLine = getLineForOffset(sp.getSpanStart(spans[n]));
901 int line = getLineForOffset(offset);
931 int line = getLineForOffset(offset);
960 int line = getLineForOffset(offset);
979 int line = getLineForOffset(offset);
1070 int line = getLineForOffset(offset);
1284 public int getLineForOffset(int offset) { method in class:Layout
1478 int line = getLineForOffset(caret);
1588 int line = getLineForOffset(poin
[all...]

Completed in 44 milliseconds