HomeSort by relevance Sort by last modified time
    Searched full:deletednodes (Results 1 - 1 of 1) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/relative/
DeletionHandlerTest.java 73 List<INode> deletedNodes = Collections.<INode>singletonList(button2);
78 DeletionHandler handler = new DeletionHandler(deletedNodes, movedNodes, layout);
205 List<INode> deletedNodes = Arrays.<INode>asList(button7, checkBox);
211 DeletionHandler handler = new DeletionHandler(deletedNodes, movedNodes, layout);
325 List<INode> deletedNodes = Collections.<INode>singletonList(button1);
330 DeletionHandler handler = new DeletionHandler(deletedNodes, movedNodes, layout);
397 List<INode> deletedNodes = Collections.<INode>singletonList(button2);
401 DeletionHandler handler = new DeletionHandler(deletedNodes, movedNodes, layout);

Completed in 149 milliseconds