Home
last modified time | relevance | path

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

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowRect.java21 public void __constructor__(Rect otherRect) { in __constructor__() argument
22 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__()