Searched refs:textLocations (Results 1 – 1 of 1) sorted by relevance
865 Parcelable[] textLocations = in applyAppScaleAndMagnificationSpecIfNeeded() local867 if (textLocations != null) { in applyAppScaleAndMagnificationSpecIfNeeded()868 for (int i = 0; i < textLocations.length; i++) { in applyAppScaleAndMagnificationSpecIfNeeded()871 RectF textLocation = ((RectF) textLocations[i]); in applyAppScaleAndMagnificationSpecIfNeeded()