Home
last modified time | relevance | path

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

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowRect.java12 @RealObject Rect realRect; field in ShadowRect
15 realRect.left = left; in __constructor__()
16 realRect.top = top; in __constructor__()
17 realRect.right = right; in __constructor__()
18 realRect.bottom = bottom; in __constructor__()
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__()
35 realRect.left = left; in set()
[all …]