Home
last modified time | relevance | path

Searched refs:secondDropPoint (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DLayoutTestBase.java69 Point secondDropPoint, int insertIndex, int currentIndex, in dragInto() argument
92 if (secondDropPoint != null) { in dragInto()
93 feedback = rule.onDropMove(targetNode, elements, feedback, secondDropPoint); in dragInto()