Searched refs:Prop (Results 1 – 1 of 1) sorted by relevance
92 private Map<String, Map<String, Prop>> mAttributesMap =93 new HashMap<String, Map<String, Prop>>();202 Map<String, Prop> props = mAttributesMap.get(key); in addContextMenuActions()203 final Prop prop = (props != null) ? props.get(actionId) : null; in addContextMenuActions()544 Map<String, Prop> properties = getPropertyMetadata(selectedNode); in addCommonPropertyActions()556 Prop property = properties.get(attribute); in addCommonPropertyActions()592 Map<String, Prop> properties = getPropertyMetadata(selectedNode); in addRecentPropertyActions()594 Prop property = properties.get(attribute); in addRecentPropertyActions()610 Map<String, Prop> properties = getPropertyMetadata(selectedNode); in addPropertyActions()613 for (Map.Entry<String, Prop> entry : properties.entrySet()) { in addPropertyActions()[all …]