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

  /external/robolectric/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...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 102 bool operator!=(const LayoutRect& otherRect) const { return rect() != otherRect; }
    [all...]

Completed in 73 milliseconds