Home
last modified time | relevance | path

Searched refs:nameValue (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DPaletteMetadataDescriptor.java100 String[] nameValue = s.split("="); //$NON-NLS-1$ in initializeNew() local
101 String name = nameValue[0]; in initializeNew()
102 String value = nameValue[1]; in initializeNew()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DWrapInRefactoring.java320 String[] nameValue = s.split("="); //$NON-NLS-1$ in computeChanges() local
321 String name = nameValue[0]; in computeChanges()
322 String value = nameValue[1]; in computeChanges()
DChangeLayoutRefactoring.java307 String[] nameValue = s.split("="); //$NON-NLS-1$ in computeChanges() local
308 String attribute = nameValue[0]; in computeChanges()
309 String value = nameValue[1]; in computeChanges()