Home
last modified time | relevance | path

Searched refs:getSecondaryHorizontal (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/text/
DLayout.java890 public float getSecondaryHorizontal(int offset) { in getSecondaryHorizontal() method in Layout
891 return getSecondaryHorizontal(offset, false /* not clamped */); in getSecondaryHorizontal()
899 public float getSecondaryHorizontal(int offset, boolean clamped) { in getSecondaryHorizontal() method in Layout
1394 float h2 = isLevelBoundary(point) ? getSecondaryHorizontal(point, clamped) - 0.5f : h1; in getCursorPath()
/frameworks/base/core/java/android/widget/
DEditor.java1707 layout.getSecondaryHorizontal(offset, clamped)); in updateCursorsPositions()
3409 final float secondary = layout.getSecondaryHorizontal(offset); in updatePosition()
/frameworks/base/api/
Dcurrent.txt32184 method public float getSecondaryHorizontal(int);
Dsystem-current.txt34476 method public float getSecondaryHorizontal(int);