Searched refs:getSecondaryHorizontal (Results 1 – 4 of 4) sorted by relevance
890 public float getSecondaryHorizontal(int offset) { in getSecondaryHorizontal() method in Layout891 return getSecondaryHorizontal(offset, false /* not clamped */); in getSecondaryHorizontal()899 public float getSecondaryHorizontal(int offset, boolean clamped) { in getSecondaryHorizontal() method in Layout1394 float h2 = isLevelBoundary(point) ? getSecondaryHorizontal(point, clamped) - 0.5f : h1; in getCursorPath()
1707 layout.getSecondaryHorizontal(offset, clamped)); in updateCursorsPositions()3409 final float secondary = layout.getSecondaryHorizontal(offset); in updatePosition()
32184 method public float getSecondaryHorizontal(int);
34476 method public float getSecondaryHorizontal(int);