Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DAccessibilityInteractionController.java808 Parcelable[] textLocations = in applyAppScaleAndMagnificationSpecIfNeeded() local
810 if (textLocations != null) { in applyAppScaleAndMagnificationSpecIfNeeded()
811 for (int i = 0; i < textLocations.length; i++) { in applyAppScaleAndMagnificationSpecIfNeeded()
814 RectF textLocation = ((RectF) textLocations[i]); in applyAppScaleAndMagnificationSpecIfNeeded()