OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
Properties.java
127
List<Properties>
subProperties
= new ArrayList<Properties>(len);
131
subProperties
.add(properties);
133
value =
subProperties
;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java
[
all
...]
Completed in 76 milliseconds