Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DBaseViewRule.java93 private Map<String, Map<String, Prop>> mAttributesMap =
94 new HashMap<String, Map<String, Prop>>();
219 Map<String, Prop> props = mAttributesMap.get(key); in addContextMenuActions()
220 final Prop prop = (props != null) ? props.get(actionId) : null; in addContextMenuActions()
561 Map<String, Prop> properties = getPropertyMetadata(selectedNode); in addCommonPropertyActions()
573 Prop property = properties.get(attribute); in addCommonPropertyActions()
609 Map<String, Prop> properties = getPropertyMetadata(selectedNode); in addRecentPropertyActions()
611 Prop property = properties.get(attribute); in addRecentPropertyActions()
627 Map<String, Prop> properties = getPropertyMetadata(selectedNode); in addPropertyActions()
630 for (Map.Entry<String, Prop> entry : properties.entrySet()) { in addPropertyActions()
[all …]