Searched refs:newSelection (Results 1 – 3 of 3) sorted by relevance
160 List<CanvasViewInfo> newSelection = new ArrayList<CanvasViewInfo>(selectionCount); in selectionChanged() local166 newSelection.add(info); in selectionChanged()169 mSelection = newSelection; in selectionChanged()
785 TreeSelection newSelection = TreeSelection.EMPTY; in processDropEvent() local794 newSelection = new TreeSelection(treePath); in processDropEvent()799 if (currentSelection == null || !currentSelection.equals(newSelection)) { in processDropEvent()800 outline.setSelection(newSelection); in processDropEvent()
1368 Set<Object> newSelection) { in selectionChanged() argument