Home
last modified time | relevance | path

Searched refs:callAddLayoutActions (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/gle2/
DLayoutActionBar.java149 engine.callAddLayoutActions(actions, parent, selectedNodes); in updateSelection()
163 engine.callAddLayoutActions(itemActions, selectedNode, null); in updateSelection()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DRulesEngine.java219 public List<RuleAction> callAddLayoutActions(List<RuleAction> actions, in callAddLayoutActions() method in RulesEngine