Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java5506 final PointF showPosInView) { in obtainMagnifierShowCoordinates() argument
5603 showPosInView.x = Math.max(leftBound, Math.min(rightBound, scaledTouchXInView)); in obtainMagnifierShowCoordinates()
5606 showPosInView.y = ((mTextView.getLayout().getLineTop(lineNumber) in obtainMagnifierShowCoordinates()
5658 final PointF showPosInView = new PointF(); in updateMagnifier() local
5661 && obtainMagnifierShowCoordinates(event, showPosInView) in updateMagnifier()
5678 showPosInView.x < lineLeft - CURSOR_START_FLOAT_DISTANCE_PX in updateMagnifier()
5679 || showPosInView.x > lineRight + CURSOR_START_FLOAT_DISTANCE_PX; in updateMagnifier()
5699 mMagnifierAnimator.mMagnifier.show(showPosInView.x, showPosInView.y); in updateMagnifier()
5701 mMagnifierAnimator.show(showPosInView.x, showPosInView.y); in updateMagnifier()