Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java710 int origLeft = inOutBounds.left; in rotateBounds() local
718 inOutBounds.bottom = parentWidth - origLeft; in rotateBounds()
722 inOutBounds.right = parentWidth - origLeft; in rotateBounds()
728 inOutBounds.top = origLeft; in rotateBounds()