OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:initializedAttributes
(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/gre/
PaletteMetadataDescriptor.java
97
String
initializedAttributes
= mInitString;
98
if (
initializedAttributes
!= null &&
initializedAttributes
.length() > 0) {
99
for (String s :
initializedAttributes
.split(",")) { //$NON-NLS-1$
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutWizard.java
182
String
initializedAttributes
= paletteDescriptor.getInitializedAttributes();
183
if (
initializedAttributes
!= null &&
initializedAttributes
.length() > 0) {
184
refactoring.setInitializedAttributes(
initializedAttributes
);
WrapInWizard.java
153
String
initializedAttributes
= paletteDescriptor.getInitializedAttributes();
154
refactoring.setInitializedAttributes(
initializedAttributes
);
Completed in 237 milliseconds