Searched refs:showPosInView (Results 1 – 1 of 1) sorted by relevance
5436 final PointF showPosInView) { in obtainMagnifierShowCoordinates() argument5533 showPosInView.x = Math.max(leftBound, Math.min(rightBound, scaledTouchXInView)); in obtainMagnifierShowCoordinates()5536 showPosInView.y = ((mTextView.getLayout().getLineTop(lineNumber) in obtainMagnifierShowCoordinates()5588 final PointF showPosInView = new PointF(); in updateMagnifier() local5591 && obtainMagnifierShowCoordinates(event, showPosInView) in updateMagnifier()5608 showPosInView.x < lineLeft - CURSOR_START_FLOAT_DISTANCE_PX in updateMagnifier()5609 || showPosInView.x > lineRight + CURSOR_START_FLOAT_DISTANCE_PX; in updateMagnifier()5629 mMagnifierAnimator.mMagnifier.show(showPosInView.x, showPosInView.y); in updateMagnifier()5631 mMagnifierAnimator.show(showPosInView.x, showPosInView.y); in updateMagnifier()