Searched refs:otherRect (Results 1 – 1 of 1) sorted by relevance
21 public void __constructor__(Rect otherRect) { in __constructor__() argument22 realRect.left = otherRect.left; in __constructor__()23 realRect.top = otherRect.top; in __constructor__()24 realRect.right = otherRect.right; in __constructor__()25 realRect.bottom = otherRect.bottom; in __constructor__()