Searched defs:getLineTop (Results 1 - 5 of 5) sorted by last modified time

/frameworks/base/core/java/android/text/
H A DBoringLayout.java328 public int getLineTop(int line) { method in class:BoringLayout
H A DDynamicLayout.java260 int startv = getLineTop(startline);
265 int endv = getLineTop(endline);
304 int ht = reflowed.getLineTop(n);
339 int top = reflowed.getLineTop(i) + startv;
372 public int getLineTop(int line) { method in class:DynamicLayout
H A DLayout.java212 int bottom = getLineTop(getLineCount());
224 int previousLineBottom = getLineTop(first);
249 int lbottom = getLineTop(i+1);
274 previousLineBottom = getLineTop(first);
309 int lbottom = getLineTop(i+1);
533 return getLineTop(getLineCount());
581 bounds.top = getLineTop(line);
583 bounds.bottom = getLineTop(line + 1);
594 public abstract int getLineTop(int line); method in class:Layout
959 if (getLineTop(gues
[all...]
H A DStaticLayout.java229 chooseHtv[i] = getLineTop(getLineForOffset(o));
868 public int getLineTop(int line) { method in class:StaticLayout
/frameworks/base/core/java/android/webkit/
H A DWebTextView.java514 public int getLineTop(int line) { method in class:WebTextView.WebTextViewLayout

Completed in 88 milliseconds