Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java4865 final PointF showPosInView) { in obtainMagnifierShowCoordinates() argument
4950 showPosInView.x = Math.max(leftBound, Math.min(rightBound, scaledTouchXInView)); in obtainMagnifierShowCoordinates()
4953 showPosInView.y = ((mTextView.getLayout().getLineTop(lineNumber) in obtainMagnifierShowCoordinates()
5003 final PointF showPosInView = new PointF(); in updateMagnifier() local
5006 && obtainMagnifierShowCoordinates(event, showPosInView); in updateMagnifier()
5013 mMagnifierAnimator.show(showPosInView.x, showPosInView.y); in updateMagnifier()