HomeSort by relevance Sort by last modified time
    Searched refs:otherRect (Results 1 - 3 of 3) sorted by null

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowRect.java 21 public void __constructor__(Rect otherRect) {
22 realRect.left = otherRect.left;
23 realRect.top = otherRect.top;
24 realRect.right = otherRect.right;
25 realRect.bottom = otherRect.bottom;
  /frameworks/base/core/java/android/widget/
GridView.java     [all...]
ListView.java     [all...]

Completed in 91 milliseconds