Searched refs:selectionCount (Results 1 – 2 of 2) sorted by relevance
130 int selectionCount = treeSelection.size(); in selectionChanged() local131 if (selectionCount == mSelection.size()) { in selectionChanged()134 for (int i = 0, n = selectionCount; i < n && iterator.hasNext(); i++) { in selectionChanged()159 int selectionCount = treeSelection.size(); in selectionChanged() local160 List<CanvasViewInfo> newSelection = new ArrayList<CanvasViewInfo>(selectionCount); in selectionChanged()
340 Integer selectionCount = Integer.valueOf(actions.size()); in computeApplicableActionIds() local344 if (selectionCount.equals(count)) { in computeApplicableActionIds()