Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java5048 final PointF showPosInView) { in obtainMagnifierShowCoordinates() argument
5133 showPosInView.x = Math.max(leftBound, Math.min(rightBound, scaledTouchXInView)); in obtainMagnifierShowCoordinates()
5136 showPosInView.y = ((mTextView.getLayout().getLineTop(lineNumber) in obtainMagnifierShowCoordinates()
5186 final PointF showPosInView = new PointF(); in updateMagnifier() local
5189 && obtainMagnifierShowCoordinates(event, showPosInView); in updateMagnifier()
5212 mMagnifierAnimator.mMagnifier.show(showPosInView.x, showPosInView.y); in updateMagnifier()
5214 mMagnifierAnimator.show(showPosInView.x, showPosInView.y); in updateMagnifier()