Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DPropertySheetPage.java130 int selectionCount = treeSelection.size(); in selectionChanged() local
131 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() local
160 List<CanvasViewInfo> newSelection = new ArrayList<CanvasViewInfo>(selectionCount); in selectionChanged()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DDynamicContextMenu.java340 Integer selectionCount = Integer.valueOf(actions.size()); in computeApplicableActionIds() local
344 if (selectionCount.equals(count)) { in computeApplicableActionIds()