Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DRulesEngine.java161 public List<RuleAction> callGetContextMenu(NodeProxy selectedNode) { in callGetContextMenu() method in RulesEngine
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DDynamicContextMenu.java368 List<RuleAction> actions = mCanvas.getRulesEngine().callGetContextMenu(node); in getMenuActions()
DSelectionManager.java1138 final List<RuleAction> actions = rulesEngine.callGetContextMenu(primary); in performDefaultAction()