HomeSort by relevance Sort by last modified time
    Searched refs:propertyGroup (Results 1 - 4 of 4) 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 716 MtpPropertyGroup propertyGroup;
722 propertyGroup = mPropertyGroupsByFormat.get(format);
723 if (propertyGroup == null) {
725 propertyGroup = new MtpPropertyGroup(this, mMediaProvider, mPackageName,
727 mPropertyGroupsByFormat.put(new Integer(format), propertyGroup);
730 propertyGroup = mPropertyGroupsByProperty.get(property);
731 if (propertyGroup == null) {
733 propertyGroup = new MtpPropertyGroup(this, mMediaProvider, mPackageName,
735 mPropertyGroupsByProperty.put(new Integer((int)property), propertyGroup);
739 return propertyGroup.getPropertyList((int)handle, format, depth)
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 51 milliseconds