Searched refs:showPosInView (Results 1 – 1 of 1) sorted by relevance
5152 final PointF showPosInView) { in obtainMagnifierShowCoordinates() argument5249 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() local5306 && 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()