Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutActionBar.java161 List<RuleAction> itemActions = new ArrayList<RuleAction>(); in updateSelection() local
163 engine.callAddLayoutActions(itemActions, selectedNode, null); in updateSelection()
164 if (itemActions.size() > 0) { in updateSelection()
165 Collections.sort(itemActions); in updateSelection()
167 if (!(itemActions.get(0) instanceof RuleAction.Separator)) { in updateSelection()
175 actions.addAll(itemActions); in updateSelection()