Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DAccessibilityInteractionController.java897 RectF textLocation = ((RectF) textLocations[i]); in applyAppScaleAndMagnificationSpecIfNeeded() local
898 textLocation.scale(applicationScale); in applyAppScaleAndMagnificationSpecIfNeeded()
900 textLocation.scale(spec.scale); in applyAppScaleAndMagnificationSpecIfNeeded()
901 textLocation.offset(spec.offsetX, spec.offsetY); in applyAppScaleAndMagnificationSpecIfNeeded()