Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java4915 float rightBound = mTextView.getTotalPaddingLeft() - mTextView.getScrollX(); in obtainMagnifierShowCoordinates() local
4922 rightBound += getHorizontal(mTextView.getLayout(), otherHandleOffset); in obtainMagnifierShowCoordinates()
4924 rightBound += mTextView.getLayout().getLineRight(lineNumber); in obtainMagnifierShowCoordinates()
4927 rightBound *= mTextViewScaleX; in obtainMagnifierShowCoordinates()
4931 || touchXInView > rightBound + contentWidth / 2) { in obtainMagnifierShowCoordinates()
4950 showPosInView.x = Math.max(leftBound, Math.min(rightBound, scaledTouchXInView)); in obtainMagnifierShowCoordinates()