Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DEditor.java5152 final PointF showPosInView) { in obtainMagnifierShowCoordinates() argument
5249 showPosInView.x = Math.max(leftBound, Math.min(rightBound, scaledTouchXInView)); in obtainMagnifierShowCoordinates()
5252 showPosInView.y = ((mTextView.getLayout().getLineTop(lineNumber) in obtainMagnifierShowCoordinates()
5303 final PointF showPosInView = new PointF(); in updateMagnifier() local
5306 && obtainMagnifierShowCoordinates(event, showPosInView); in updateMagnifier()
5322 showPosInView.x < lineLeft - CURSOR_START_FLOAT_DISTANCE_PX in updateMagnifier()
5323 || showPosInView.x > lineRight + CURSOR_START_FLOAT_DISTANCE_PX; in updateMagnifier()
5342 mMagnifierAnimator.mMagnifier.show(showPosInView.x, showPosInView.y); in updateMagnifier()
5344 mMagnifierAnimator.show(showPosInView.x, showPosInView.y); in updateMagnifier()