Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DBaseViewRule.java459 addPropertyActions(propertyActions, n, onChange, null, true); in addContextMenuActions()
473 addPropertyActions(propertyActions, n, onChange, null, false); in addContextMenuActions()
548 addPropertyActions(propertyActions, n, onChange, definedBy, false); in addInheritedProperties()
624 private void addPropertyActions(List<RuleAction> actions, INode selectedNode, in addPropertyActions() method in BaseViewRule