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

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
RelativeLayoutRuleTest.java 29 protected INode dragInto(Rect dragBounds, Point dragPoint, Point secondDragPoint,
43 return super.dragInto(new RelativeLayoutRule(), layout, dragBounds, dragPoint,
47 protected INode dragInto(Rect dragBounds, Point dragPoint, Point secondDragPoint,
57 return dragInto(dragBounds, dragPoint, secondDragPoint, insertIndex,
FrameLayoutRuleTest.java 26 protected void dragInto(Rect dragBounds, Point dragPoint, int insertIndex, int currentIndex,
39 super.dragInto(new FrameLayoutRule(), layout, dragBounds, dragPoint, null,
AbsoluteLayoutRuleTest.java 28 protected INode dragInto(Rect dragBounds, Point dragPoint, int insertIndex, int currentIndex,
41 return super.dragInto(new AbsoluteLayoutRule(), layout, dragBounds, dragPoint, null,