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