Searched refs:textViewLocationOnScreen (Results 1 – 1 of 1) sorted by relevance
4911 final int[] textViewLocationOnScreen = new int[2]; in obtainMagnifierShowCoordinates() local4912 mTextView.getLocationOnScreen(textViewLocationOnScreen); in obtainMagnifierShowCoordinates()4913 final float touchXInView = event.getRawX() - textViewLocationOnScreen[0]; in obtainMagnifierShowCoordinates()4948 - textViewLocationOnScreen[0]; in obtainMagnifierShowCoordinates()