OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subprops
(Results
1 - 1
of
1
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyFactory.java
545
XmlProperty[]
subprops
= new XmlProperty[j - i];
local
547
subprops
[index] = properties.get(k);
549
Arrays.sort(
subprops
, Property.PRIORITY);
562
for (int k = 0, n =
subprops
.length; k < n; k++) {
563
String nextName =
subprops
[k].getName();
585
subprops
);
586
complexProperty.setPriority(
subprops
[0].getPriority());
591
for (XmlProperty p :
subprops
) {
[
all
...]
Completed in 86 milliseconds