Home
last modified time | relevance | path

Searched refs:textViewLocationOnScreen (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DEditor.java4911 final int[] textViewLocationOnScreen = new int[2]; in obtainMagnifierShowCoordinates() local
4912 mTextView.getLocationOnScreen(textViewLocationOnScreen); in obtainMagnifierShowCoordinates()
4913 final float touchXInView = event.getRawX() - textViewLocationOnScreen[0]; in obtainMagnifierShowCoordinates()
4948 - textViewLocationOnScreen[0]; in obtainMagnifierShowCoordinates()