/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
D | FrameLayoutRuleTest.java | 26 protected void dragInto(Rect dragBounds, Point dragPoint, int insertIndex, int currentIndex, in dragInto() method in FrameLayoutRuleTest 39 super.dragInto(new FrameLayoutRule(), layout, dragBounds, dragPoint, null, in dragInto() 44 dragInto( in testDragMiddle() 59 dragInto(new Rect(0, 0, 0, 0), new Point(30, -10), 4, -1, in testDragMiddle()
|
D | AbsoluteLayoutRuleTest.java | 28 protected INode dragInto(Rect dragBounds, Point dragPoint, int insertIndex, int currentIndex, in dragInto() method in AbsoluteLayoutRuleTest 41 return super.dragInto(new AbsoluteLayoutRule(), layout, dragBounds, dragPoint, null, in dragInto() 46 INode inserted = dragInto( in testDragMiddle() 67 inserted = dragInto(new Rect(0, 0, 0, 0), new Point(30, -10), 4, -1, in testDragMiddle()
|
D | RelativeLayoutRuleTest.java | 29 protected INode dragInto(Rect dragBounds, Point dragPoint, Point secondDragPoint, in dragInto() method in RelativeLayoutRuleTest 43 return super.dragInto(new RelativeLayoutRule(), layout, dragBounds, dragPoint, in dragInto() 47 protected INode dragInto(Rect dragBounds, Point dragPoint, Point secondDragPoint, in dragInto() method in RelativeLayoutRuleTest 57 return dragInto(dragBounds, dragPoint, secondDragPoint, insertIndex, in dragInto()
|
D | LinearLayoutRuleTest.java | 104 protected INode dragInto(boolean vertical, Rect dragBounds, Point dragPoint, in dragInto() method in LinearLayoutRuleTest 121 return super.dragInto(new LinearLayoutRule(), linearLayout, dragBounds, dragPoint, null, in dragInto() 292 dragInto(true, in testDragInVerticalTop() 317 dragInto(true, in testDragInVerticalTop() 324 dragInto(true, in testDragInVerticalBottom() 347 dragInto(true, new Rect(0, 0, 105, 80), new Point(30, 500), 4, -1, in testDragInVerticalBottom() 352 dragInto(true, in testDragInVerticalMiddle() 375 dragInto(true, new Rect(0, 0, 105, 80), new Point(0, 170), 2, -1, in testDragInVerticalMiddle() 381 dragInto(true, in testDragInVerticalMiddleSelfPos() 409 dragInto(true, in testDragInVerticalMiddleSelfPos() [all …]
|
D | LayoutTestBase.java | 68 protected INode dragInto(IViewRule rule, INode targetNode, Rect dragBounds, Point dropPoint, in dragInto() method in LayoutTestBase
|