Searched refs:touchXInView (Results 1 – 1 of 1) sorted by relevance
5096 final float touchXInView = event.getRawX() - textViewLocationOnScreen[0]; in obtainMagnifierShowCoordinates() local5113 if (touchXInView < leftBound - contentWidth / 2 in obtainMagnifierShowCoordinates()5114 || touchXInView > rightBound + contentWidth / 2) { in obtainMagnifierShowCoordinates()5127 scaledTouchXInView = touchXInView; in obtainMagnifierShowCoordinates()