Searched refs:getHorizontal (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/text/ |
D | Layout.java | 1160 return getHorizontal(offset, trailing, clamped); in getPrimaryHorizontal() 1180 return getHorizontal(offset, !trailing, clamped); in getSecondaryHorizontal() 1183 private float getHorizontal(int offset, boolean primary) { in getHorizontal() method in Layout 1187 private float getHorizontal(int offset, boolean trailing, boolean clamped) { in getHorizontal() method in Layout 1190 return getHorizontal(offset, trailing, line, clamped); in getHorizontal() 1193 private float getHorizontal(int offset, boolean trailing, int line, boolean clamped) { in getHorizontal() method in Layout 1664 return getHorizontal(offset, mPrimary); in get() 1958 float h1 = getHorizontal(st, false, line, false /* not clamped */); in addSelection() 1959 float h2 = getHorizontal(en, true, line, false /* not clamped */); in addSelection()
|
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 4680 public float getHorizontal(@NonNull Layout layout, int offset) { in getHorizontal() method in Editor.HandleView 4739 return (int) (getHorizontal(layout, offset) - 0.5f); in getCursorHorizontalPosition() 4907 != (getHorizontal(mTextView.getLayout(), offset) in obtainMagnifierShowCoordinates() 4908 < getHorizontal(mTextView.getLayout(), otherHandleOffset)); in obtainMagnifierShowCoordinates() 4917 leftBound += getHorizontal(mTextView.getLayout(), otherHandleOffset); in obtainMagnifierShowCoordinates() 4922 rightBound += getHorizontal(mTextView.getLayout(), otherHandleOffset); in obtainMagnifierShowCoordinates() 5203 final float horizontal = getHorizontal(layout, offset); in getCursorHorizontalPosition() 5512 final float adjustedX = getHorizontal(layout, offset); in updatePosition() 5532 final float adjustedX = getHorizontal(layout, offset); in updatePosition() 5547 - getHorizontal(layout, mPreviousOffset); in updatePosition() [all …]
|
/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
D | TextViewActions.java | 462 final float currentX = handleView.getHorizontal(layout, currentOffset); in locateHandlePointsTextIndex()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 70189 Landroid/text/Layout;->getHorizontal(IZ)F 70190 Landroid/text/Layout;->getHorizontal(IZIZ)F 70191 Landroid/text/Layout;->getHorizontal(IZZ)F 81282 Landroid/widget/Editor$HandleView;->getHorizontal(Landroid/text/Layout;I)F 81462 Landroid/widget/Editor$SelectionHandleView;->getHorizontal(Landroid/text/Layout;I)F 81463 Landroid/widget/Editor$SelectionHandleView;->getHorizontal(Landroid/text/Layout;IZ)F
|
D | boot-image-profile.txt | 14875 HSPLandroid/text/Layout;->getHorizontal(IZ)F 14876 HSPLandroid/text/Layout;->getHorizontal(IZIZ)F
|