Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DAccessibilityInteractionController.java1071 final Rect boundInScreen = mTempRect; in transformBoundsWithScreenMatrix() local
1074 info.getBoundsInScreen(boundInScreen); in transformBoundsWithScreenMatrix()
1075 transformedBounds.set(boundInScreen); in transformBoundsWithScreenMatrix()
1095 roundRectFToRect(transformedBounds, boundInScreen); in transformBoundsWithScreenMatrix()
1096 info.setBoundsInScreen(boundInScreen); in transformBoundsWithScreenMatrix()