Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/util/
H A DRotationUtils.java101 final int origLeft = inOutBounds.left; in rotateBounds() local
110 inOutBounds.bottom = parentWidth - origLeft; in rotateBounds()
114 inOutBounds.right = parentWidth - origLeft; in rotateBounds()
122 inOutBounds.top = origLeft; in rotateBounds()