HomeSort by relevance Sort by last modified time
    Searched defs:m_intersection (Results 1 - 2 of 2) sorted by null

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/property/
PropertyListIntersector.java 28 private List<PropertyGroup> m_intersection; field in class:PropertyListIntersector
39 if (m_intersection == null) {
40 m_intersection = Lists.newArrayList();
43 m_intersection.add(new PropertyGroup(property));
46 for (Iterator<PropertyGroup> I = m_intersection.iterator(); I.hasNext();) {
60 for (PropertyGroup propertyGroup : m_intersection) {
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 

Completed in 40 milliseconds