Searched refs:rightBound (Results 1 – 1 of 1) sorted by relevance
4915 float rightBound = mTextView.getTotalPaddingLeft() - mTextView.getScrollX(); in obtainMagnifierShowCoordinates() local4922 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()