Searched refs:getSecondaryHorizontal (Results 1 – 8 of 8) sorted by relevance
1115 public float getSecondaryHorizontal(int offset) { in getSecondaryHorizontal() method in Layout1116 return getSecondaryHorizontal(offset, false /* not clamped */); in getSecondaryHorizontal()1124 public float getSecondaryHorizontal(int offset, boolean clamped) { in getSecondaryHorizontal() method in Layout1130 return primary ? getPrimaryHorizontal(offset) : getSecondaryHorizontal(offset); in getHorizontal()1755 float h2 = isLevelBoundary(point) ? getSecondaryHorizontal(point, clamped) - 0.5f : h1; in getCursorPath()
547 : layout.getSecondaryHorizontal(index)), in locateTextAtIndex()
1937 updateCursorPosition(1, middle, bottom, layout.getSecondaryHorizontal(offset, clamped)); in updateCursorsPositions()5086 ? layout.getPrimaryHorizontal(offset) : layout.getSecondaryHorizontal(offset);
10542 final float secondary = mLayout.getSecondaryHorizontal(offset); in populateCharacterBounds()
29717 method public float getSecondaryHorizontal(int);
41416 method public float getSecondaryHorizontal(int);
41692 method public float getSecondaryHorizontal(int);
45001 method public float getSecondaryHorizontal(int);