Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DAccessibilityInteractionController.java1100 final RectF[] textLocations = in transformBoundsWithScreenMatrix() local
1102 if (textLocations != null) { in transformBoundsWithScreenMatrix()
1103 for (int i = 0; i < textLocations.length; i++) { in transformBoundsWithScreenMatrix()
1106 final RectF textLocation = textLocations[i]; in transformBoundsWithScreenMatrix()