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