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

/frameworks/base/core/java/android/text/
H A DLayout.java805 return getHorizontal(offset, trailing, clamped);
824 return getHorizontal(offset, !trailing, clamped);
827 private float getHorizontal(int offset, boolean trailing, boolean clamped) { method in class:Layout
830 return getHorizontal(offset, trailing, line, clamped);
833 private float getHorizontal(int offset, boolean trailing, int line, boolean clamped) { method in class:Layout
1399 float h1 = getHorizontal(st, false, line, false /* not clamped */);
1400 float h2 = getHorizontal(en, true, line, false /* not clamped */);

Completed in 48 milliseconds