Home
last modified time | relevance | path

Searched refs:allActions (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/
DDynamicContextMenu.java188 Map<INode, List<RuleAction>> allActions = new HashMap<INode, List<RuleAction>>(); in getMenuItems() local
191 allActions.put(node, actionList); in getMenuItems()
194 Set<String> availableIds = computeApplicableActionIds(allActions); in getMenuItems()
205 List<RuleAction> firstSelectedActions = allActions.get(first); in getMenuItems()
530 Map<INode, List<RuleAction>> allActions = new HashMap<INode, List<RuleAction>>(); in addMenuItems() local
533 allActions.put(node, actionList); in addMenuItems()
536 Set<String> availableIds = computeApplicableActionIds(allActions); in addMenuItems()
540 List<RuleAction> firstSelectedActions = allActions.get(first); in addMenuItems()