Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java1070 final Rect boundInScreen = mTempRect; in transformBoundsWithScreenMatrix() local
1073 info.getBoundsInScreen(boundInScreen); in transformBoundsWithScreenMatrix()
1074 transformedBounds.set(boundInScreen); in transformBoundsWithScreenMatrix()
1094 roundRectFToRect(transformedBounds, boundInScreen); in transformBoundsWithScreenMatrix()
1095 info.setBoundsInScreen(boundInScreen); in transformBoundsWithScreenMatrix()