Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java4913 final float touchXInView = event.getRawX() - textViewLocationOnScreen[0]; in obtainMagnifierShowCoordinates() local
4930 if (touchXInView < leftBound - contentWidth / 2 in obtainMagnifierShowCoordinates()
4931 || touchXInView > rightBound + contentWidth / 2) { in obtainMagnifierShowCoordinates()
4944 scaledTouchXInView = touchXInView; in obtainMagnifierShowCoordinates()