Home | History | Annotate | Download | only in text

Lines Matching defs:getOffsetForHorizontal

1453     public int getOffsetForHorizontal(int line, float horiz) {
1454 return getOffsetForHorizontal(line, horiz, true);
1467 public int getOffsetForHorizontal(int line, float horiz, boolean primary) {
1559 * The class is currently only used in #getOffsetForHorizontal, so reuse with care in other