Searched refs:leftBound (Results 1 – 1 of 1) sorted by relevance
4914 float leftBound = mTextView.getTotalPaddingLeft() - mTextView.getScrollX(); in obtainMagnifierShowCoordinates() local4917 leftBound += getHorizontal(mTextView.getLayout(), otherHandleOffset); in obtainMagnifierShowCoordinates()4919 leftBound += mTextView.getLayout().getLineLeft(lineNumber); in obtainMagnifierShowCoordinates()4926 leftBound *= mTextViewScaleX; in obtainMagnifierShowCoordinates()4930 if (touchXInView < leftBound - contentWidth / 2 in obtainMagnifierShowCoordinates()4950 showPosInView.x = Math.max(leftBound, Math.min(rightBound, scaledTouchXInView)); in obtainMagnifierShowCoordinates()