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

/frameworks/base/core/java/android/text/
H A DStaticLayout.java839 // The logic mirrors that of Layout.getLineForVertical
842 public int getLineForVertical(int vertical) { method in class:StaticLayout
H A DLayout.java221 int first = getLineForVertical(top);
222 int last = getLineForVertical(bottom);
953 public int getLineForVertical(int vertical) { method in class:Layout

Completed in 61 milliseconds