Home
last modified time | relevance | path

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

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