Searched refs:getHorizontal (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/text/
H A DLayout.java1133 return getHorizontal(offset, trailing, clamped);
1152 return getHorizontal(offset, !trailing, clamped);
1155 private float getHorizontal(int offset, boolean primary) { method in class:Layout
1159 private float getHorizontal(int offset, boolean trailing, boolean clamped) { method in class:Layout
1162 return getHorizontal(offset, trailing, line, clamped);
1165 private float getHorizontal(int offset, boolean trailing, int line, boolean clamped) { method in class:Layout
1198 * #getHorizontal for all offsets on a line.
1555 * Responds to #getHorizontal queries, by selecting the better strategy between:
1556 * - calling #getHorizontal explicitly for each query
1557 * - precomputing all #getHorizontal measurement
[all...]
/frameworks/base/core/java/android/widget/
H A DEditor.java4647 public float getHorizontal(@NonNull Layout layout, int offset) { method in class:Editor.HandleView
4706 return (int) (getHorizontal(layout, offset) - 0.5f);
4831 != (getHorizontal(mTextView.getLayout(), offset)
4832 < getHorizontal(mTextView.getLayout(), otherHandleOffset));
4841 leftBound += getHorizontal(mTextView.getLayout(), otherHandleOffset);
4846 rightBound += getHorizontal(mTextView.getLayout(), otherHandleOffset);
5108 final float horizontal = getHorizontal(layout, offset);
5417 final float adjustedX = getHorizontal(layout, offset);
5437 final float adjustedX = getHorizontal(layout, offset);
5452 - getHorizontal(layou
5552 public float getHorizontal(@NonNull Layout layout, int offset) { method in class:Editor.SelectionHandleView
5556 private float getHorizontal(@NonNull Layout layout, int offset, boolean startHandle) { method in class:Editor.SelectionHandleView
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DTextViewActions.java461 final float currentX = handleView.getHorizontal(layout, currentOffset);
/frameworks/base/config/
H A Dboot-image-profile.txt5990 HPLandroid/text/Layout;->getHorizontal(IZZ)F
7337 HPLandroid/widget/Editor$HandleView;->getHorizontal(Landroid/text/Layout;I)F
[all...]

Completed in 112 milliseconds