Searched defs:currentIndex (Results 1 - 5 of 5) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
H A DAbsoluteLayoutRuleTest.java28 protected INode dragInto(Rect dragBounds, Point dragPoint, int insertIndex, int currentIndex, argument
42 insertIndex, currentIndex, graphicsFragments);
H A DFrameLayoutRuleTest.java26 protected void dragInto(Rect dragBounds, Point dragPoint, int insertIndex, int currentIndex, argument
40 insertIndex, currentIndex, graphicsFragments);
H A DRelativeLayoutRuleTest.java30 int insertIndex, int currentIndex, String... graphicsFragments) {
44 secondDragPoint, insertIndex, currentIndex, graphicsFragments);
48 int insertIndex, int currentIndex, String[] extraFragments,
58 currentIndex, combined);
29 dragInto(Rect dragBounds, Point dragPoint, Point secondDragPoint, int insertIndex, int currentIndex, String... graphicsFragments) argument
47 dragInto(Rect dragBounds, Point dragPoint, Point secondDragPoint, int insertIndex, int currentIndex, String[] extraFragments, String... graphicsFragments) argument
H A DLinearLayoutRuleTest.java105 int insertIndex, int currentIndex,
122 insertIndex, currentIndex, graphicsFragments);
104 dragInto(boolean vertical, Rect dragBounds, Point dragPoint, int insertIndex, int currentIndex, String... graphicsFragments) argument
H A DLayoutTestBase.java61 * @param currentIndex If the dragged widget is already in the canvas this
69 Point secondDropPoint, int insertIndex, int currentIndex,
72 String draggedButtonId = (currentIndex == -1) ? "@+id/DraggedButton" : targetNode
73 .getChildren()[currentIndex].getStringAttr(ANDROID_URI, ATTR_ID);
84 if (currentIndex != -1) {
129 if (currentIndex == -1) {
134 ((TestNode) targetNode).removeChild(currentIndex);
68 dragInto(IViewRule rule, INode targetNode, Rect dragBounds, Point dropPoint, Point secondDropPoint, int insertIndex, int currentIndex, String... graphicsFragments) argument

Completed in 102 milliseconds