Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/helpers/
DRotationUtils.kt52 fun rotateBounds( in rotateBounds() method
57 ): Rect = rotateBounds(inBounds, parentBounds, deltaRotation(oldRotation, newRotation)) in rotateBounds()
64 fun rotateBounds( in rotateBounds() method
103 fun rotateBounds(inBounds: Rect, parentBounds: Rect, rotation: Rotation): Rect = in rotateBounds() method
104 rotateBounds(inBounds, parentBounds.right, parentBounds.bottom, rotation) in rotateBounds()