Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSelectionManagerTest.java59 manager.selectMultiple(Arrays.asList(rootView, rootView.getChildren().get(0), rootView in testBasic()
82 manager.selectMultiple(Arrays.asList(rootView, rootView.getChildren().get(0), rootView in testBasic()
110 manager.selectMultiple(Arrays.asList(rootView.getChildren().get(0))); in testSelectParent()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSelectionManager.java514 /* package */ void selectMultiple(Collection<CanvasViewInfo> viewInfos) { in selectMultiple() method in SelectionManager
547 selectMultiple(infos); in select()
961 mCanvas.getSelectionManager().selectMultiple(newChildren); in selectDropped()