Home
last modified time | relevance | path

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

/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
DPropertiesTableModel.java26 private List<ViewNode.Property> properties;
27 private List<ViewNode.Property> privateProperties = new ArrayList<ViewNode.Property>();
44 ViewNode.Property property = new ViewNode.Property(); in loadPrivateProperties()
49 property = new ViewNode.Property(); in loadPrivateProperties()
63 ViewNode.Property property; in getValueAt()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DViewNode.java30 public List<Property> properties = new ArrayList<Property>();
31 public Map<String, Property> namedProperties = new HashMap<String, Property>();
95 Property p = namedProperties.get(name); in getBoolean()
107 Property p = namedProperties.get(name); in getInt()
165 public static class Property { class in ViewNode
183 final Property other = (Property) obj; in equals()
DViewHierarchyLoader.java160 ViewNode.Property property = new ViewNode.Property(); in loadProperties()
182 Collections.sort(node.properties, new Comparator<ViewNode.Property>() { in loadProperties()
183 public int compare(ViewNode.Property source, ViewNode.Property destination) { in loadProperties()