Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java5445 final float touchXInView = event.getRawX() - textViewLocationOnScreen[0]; in obtainMagnifierShowCoordinates() local
5450 if (touchXInView < leftBound || touchXInView > rightBound) { in obtainMagnifierShowCoordinates()
5473 if (touchXInView < leftBound - contentWidth / 2 in obtainMagnifierShowCoordinates()
5474 || touchXInView > rightBound + contentWidth / 2) { in obtainMagnifierShowCoordinates()
5488 scaledTouchXInView = touchXInView; in obtainMagnifierShowCoordinates()