Home
last modified time | relevance | path

Searched defs:dragInto (Results 1 – 5 of 5) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DRelativeLayoutRuleTest.java29 protected INode dragInto(Rect dragBounds, Point dragPoint, Point secondDragPoint, in dragInto() method in RelativeLayoutRuleTest
47 protected INode dragInto(Rect dragBounds, Point dragPoint, Point secondDragPoint, in dragInto() method in RelativeLayoutRuleTest
DFrameLayoutRuleTest.java26 protected void dragInto(Rect dragBounds, Point dragPoint, int insertIndex, int currentIndex, in dragInto() method in FrameLayoutRuleTest
DAbsoluteLayoutRuleTest.java28 protected INode dragInto(Rect dragBounds, Point dragPoint, int insertIndex, int currentIndex, in dragInto() method in AbsoluteLayoutRuleTest
DLinearLayoutRuleTest.java104 protected INode dragInto(boolean vertical, Rect dragBounds, Point dragPoint, in dragInto() method in LinearLayoutRuleTest
DLayoutTestBase.java68 protected INode dragInto(IViewRule rule, INode targetNode, Rect dragBounds, Point dropPoint, in dragInto() method in LayoutTestBase