Searched refs:origLeft (Results 1 – 4 of 4) sorted by relevance
65 int origLeft = inOutRect.left; in rotateBounds() local73 inOutRect.bottom = parentWidth - origLeft; in rotateBounds()77 inOutRect.right = parentWidth - origLeft; in rotateBounds()83 inOutRect.top = origLeft; in rotateBounds()
97 final int origLeft = inOutBounds.left; in rotateBounds() local106 inOutBounds.bottom = parentBounds.right - origLeft; in rotateBounds()110 inOutBounds.right = parentBounds.right - origLeft; in rotateBounds()118 inOutBounds.top = origLeft; in rotateBounds()
812 int origLeft = inOutBounds.left;820 inOutBounds.bottom = parentWidth - origLeft;824 inOutBounds.right = parentWidth - origLeft;830 inOutBounds.top = origLeft;
573 int origLeft = inOutBounds.left; in rotateBounds() local581 inOutBounds.bottom = parentW - origLeft; in rotateBounds()585 inOutBounds.right = parentW - origLeft; in rotateBounds()591 inOutBounds.top = origLeft; in rotateBounds()