HomeSort by relevance Sort by last modified time
    Searched refs:subProperties (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyFactory.java 364 Collection<Property> subProperties = categoryToProperties.get(category);
365 if (subProperties.size() > 1) {
368 Property[] subArray = new Property[subProperties.size()];
369 complex.setProperties(subProperties.toArray(subArray));
376 for (Property p : subProperties) {
390 } else if (subProperties.size() == 1) {
391 collapsed.add(subProperties.iterator().next());
618 Collection<Property> subProperties = categoryToProperties.get(category);
619 if (subProperties.size() > 1) {
622 Property[] subArray = new Property[subProperties.size()]
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java     [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 

Completed in 75 milliseconds