Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DLayout.java1115 public float getSecondaryHorizontal(int offset) { in getSecondaryHorizontal() method in Layout
1116 return getSecondaryHorizontal(offset, false /* not clamped */); in getSecondaryHorizontal()
1124 public float getSecondaryHorizontal(int offset, boolean clamped) { in getSecondaryHorizontal() method in Layout
1130 return primary ? getPrimaryHorizontal(offset) : getSecondaryHorizontal(offset); in getHorizontal()
1755 float h2 = isLevelBoundary(point) ? getSecondaryHorizontal(point, clamped) - 0.5f : h1; in getCursorPath()
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DTextViewActions.java547 : layout.getSecondaryHorizontal(index)), in locateTextAtIndex()
/frameworks/base/core/java/android/widget/
DEditor.java1937 updateCursorPosition(1, middle, bottom, layout.getSecondaryHorizontal(offset, clamped)); in updateCursorsPositions()
5086 ? layout.getPrimaryHorizontal(offset) : layout.getSecondaryHorizontal(offset);
DTextView.java10542 final float secondary = mLayout.getSecondaryHorizontal(offset); in populateCharacterBounds()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt29717 method public float getSecondaryHorizontal(int);
/frameworks/base/api/
Dcurrent.txt41416 method public float getSecondaryHorizontal(int);
Dtest-current.txt41692 method public float getSecondaryHorizontal(int);
Dsystem-current.txt45001 method public float getSecondaryHorizontal(int);