Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DBaseViewRule.java562 actions.add(createPropertyAction(property, attribute, title, in addCommonPropertyActions()
596 actions.add(createPropertyAction(property, attribute, property.getTitle(), in addRecentPropertyActions()
631 actions.add(createPropertyAction(property, id, property.getTitle(), in addPropertyActions()
646 private RuleAction createPropertyAction(Prop p, String id, String title, INode selectedNode, in createPropertyAction() method in BaseViewRule