Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DEditor.java5198 final int[] textViewLocationOnScreen = new int[2]; in obtainMagnifierShowCoordinates() local
5199 mTextView.getLocationOnScreen(textViewLocationOnScreen); in obtainMagnifierShowCoordinates()
5200 final float touchXInView = event.getRawX() - textViewLocationOnScreen[0]; in obtainMagnifierShowCoordinates()
5247 - textViewLocationOnScreen[0]; in obtainMagnifierShowCoordinates()