/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/drawable/ |
D | DrawableDescriptors.java | 86 XmlnsAttributeDescriptor xmlns = new XmlnsAttributeDescriptor(ANDROID_NS_NAME, in updateDescriptors() local 95 xmlns, null, true /*mandatory*/); in updateDescriptors() 114 xmlns, null, true /* mandatory */); in updateDescriptors() 121 xmlns, null, true /*mandatory*/); in updateDescriptors() 127 xmlns, null, true /*mandatory*/); in updateDescriptors() 135 xmlns, null, true /*mandatory*/); in updateDescriptors() 158 xmlns, in updateDescriptors() 176 xmlns, in updateDescriptors() 191 xmlns, null, true /*mandatory*/); in updateDescriptors() 198 xmlns, null, true /*mandatory*/); in updateDescriptors() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/ |
D | AnimDescriptors.java | 72 XmlnsAttributeDescriptor xmlns = new XmlnsAttributeDescriptor(SdkConstants.ANDROID_NS_NAME, in updateDescriptors() local 84 xmlns, null, true /*mandatory*/); in updateDescriptors() 90 xmlns, null, true /*mandatory*/); in updateDescriptors() 99 xmlns, null, true /*mandatory*/); in updateDescriptors() 105 xmlns, null, true /*mandatory*/); in updateDescriptors() 115 xmlns, null, true /*mandatory*/); in updateDescriptors()
|
D | AnimatorDescriptors.java | 78 XmlnsAttributeDescriptor xmlns = new XmlnsAttributeDescriptor(ANDROID_NS_NAME, in updateDescriptors() local 89 xmlns, null, true /*mandatory*/); in updateDescriptors() 95 xmlns, null, true /*mandatory*/); in updateDescriptors() 100 xmlns, null, true /*mandatory*/); in updateDescriptors()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/descriptors/ |
D | OtherXmlDescriptors.java | 145 XmlnsAttributeDescriptor xmlns = new XmlnsAttributeDescriptor(ANDROID_NS_NAME, 148 ElementDescriptor searchable = createSearchable(searchableStyleMap, xmlns); 149 ElementDescriptor appWidget = createAppWidgetProviderInfo(appWidgetStyleMap, xmlns); 150 ElementDescriptor preferences = createPreference(prefs, prefGroups, xmlns); 179 XmlnsAttributeDescriptor xmlns) { 195 xmlns, // extraAttribute 206 XmlnsAttributeDescriptor xmlns) { 217 xmlns, // extraAttribute 276 ViewClassInfo[] prefGroups, XmlnsAttributeDescriptor xmlns) { 317 newAttrs[attrs.length] = xmlns;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | drawable1-expected-completion48.txt | 1 Code completion in drawable1.xml for ^xmlns:android: 3 xmlns:android
|
D | anim1-expected-completion53.txt | 1 Code completion in anim1.xml for ^<set xmlns:
|
D | animator1-expected-completion58.txt | 1 Code completion in animator1.xml for ^<set xmlns:
|
D | newstyles5-expected-extract4.diff | 5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
|
D | newstyles6-expected-extract5.diff | 5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
|
D | newstyles-expected-extract1.diff | 5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
|
D | newstyles2-expected-extract1b.diff | 5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
|
D | newstyles3-expected-extract1c.diff | 5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
|
D | newstyles4-expected-extract1d.diff | 5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
|
D | newstyles4-expected-extract3.diff | 5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
|
D | newstyles8-expected-extract7.diff | 5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
|
D | newstyles3-expected-extract8.diff | 5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
|
D | newstyles7-expected-extract6.diff | 4 > <resources xmlns:android="http://schemas.android.com/apk/res/android">
|
D | sample8-expected-extract7.diff | 3 - xmlns:android="http://schemas.android.com/apk/res/android" 23 + <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
D | newlayout6-expected-extract6.diff | 5 + <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_height="w…
|
D | newlayout6-expected-extract7.diff | 3 + <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
D | sample7-expected-extract7.diff | 2 - <LinearLayout android:id="@+id/LinearLayout2" xmlns:android="http://schemas.android.com/apk/res/a… 16 + <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
D | sample1a-expected-extract7.diff | 2 - <LinearLayout android:id="@+id/LinearLayout2" xmlns:android="http://schemas.android.com/apk/res/a… 12 + <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
D | drawable2-expected-completion51.txt | 10 xmlns:android
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
D | NewXmlFileWizard.java | 178 String xmlns = type.getXmlns(); in createXmlFile() local 189 return createXmlFile(file, xmlns, root, attrs, child, type.getResFolderType()); in createXmlFile() 193 private static Pair<IFile, IRegion> createXmlFile(IFile file, String xmlns, in createXmlFile() argument 223 if (xmlns != null) { in createXmlFile() 224 sb.append('\n').append(" xmlns:android=\"").append(xmlns).append('"'); //$NON-NLS-1$ in createXmlFile() 324 String xmlns = type.getXmlns(); in createXmlFile() local 330 return createXmlFile(file, xmlns, root, attrs, null, folderType); in createXmlFile()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/descriptors/ |
D | MenuDescriptors.java | 126 XmlnsAttributeDescriptor xmlns = new XmlnsAttributeDescriptor(ANDROID_NS_NAME, in updateDescriptors() local 129 updateElement(mDescriptor, styleMap, "Menu", xmlns); //$NON-NLS-1$ in updateDescriptors()
|