Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/method/
DBaseMovementMethod.java460 final int lineLeft = (int) Math.floor(layout.getLineLeft(line)); in getScrollBoundsLeft() local
461 if (lineLeft < left) { in getScrollBoundsLeft()
462 left = lineLeft; in getScrollBoundsLeft()
/frameworks/base/core/java/android/view/inputmethod/
DTextBoundsInfo.java503 float lineLeft, float lineRight) { in getCursorHorizontalPosition() argument
517 return lineIsRtl ? lineRight : lineLeft; in getCursorHorizontalPosition()
524 return lineIsRtl ? lineLeft : lineRight; in getCursorHorizontalPosition()
/frameworks/base/core/java/android/text/
DLayout.java1292 float lineLeft = rectF.left; in computeDrawingBoundingBox() local
1297 lineLeft += getWidth(); in computeDrawingBoundingBox()
1302 left = lineLeft; in computeDrawingBoundingBox()
1307 left = Math.min(left, lineLeft); in computeDrawingBoundingBox()
1869 final int lineLeft = getParagraphLeft(line); in forEachCharacterBounds() local
1871 final int lineStartPos = getLineStartPos(line, lineLeft, lineRight); in forEachCharacterBounds()
/frameworks/base/core/java/android/widget/
DEditor.java5603 int lineLeft = (int) layout.getLineLeft(line); in updateMagnifier() local
5604 lineLeft += mTextView.getTotalPaddingLeft() - mTextView.getScrollX(); in updateMagnifier()
5608 showPosInView.x < lineLeft - CURSOR_START_FLOAT_DISTANCE_PX in updateMagnifier()