Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java4914 float leftBound = mTextView.getTotalPaddingLeft() - mTextView.getScrollX(); in obtainMagnifierShowCoordinates() local
4917 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()