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

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/property/
PropertyListIntersector.java 28 private List<PropertyGroup> m_intersection;
43 m_intersection.add(new PropertyGroup(property));
46 for (Iterator<PropertyGroup> I = m_intersection.iterator(); I.hasNext();) {
47 PropertyGroup propertyGroup = I.next();
48 if (!propertyGroup.add(properties)) {
60 for (PropertyGroup propertyGroup : m_intersection) {
61 Property compositeProperty = propertyGroup.getCompositeProperty();
72 // PropertyGroup
    [all...]
  /frameworks/base/media/java/android/mtp/
MtpDatabase.java 675 MtpPropertyGroup propertyGroup;
677 propertyGroup = mPropertyGroupsByFormat.get(format);
678 if (propertyGroup == null) {
680 propertyGroup = new MtpPropertyGroup(this, mMediaProvider, mVolumeName, propertyList);
681 mPropertyGroupsByFormat.put(new Integer(format), propertyGroup);
684 propertyGroup = mPropertyGroupsByProperty.get(property);
685 if (propertyGroup == null) {
687 propertyGroup = new MtpPropertyGroup(this, mMediaProvider, mVolumeName, propertyList);
688 mPropertyGroupsByProperty.put(new Integer((int)property), propertyGroup);
692 return propertyGroup.getPropertyList((int)handle, format, depth)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 6827 milliseconds