Home
last modified time | relevance | path

Searched refs:xmlns (Results 1 – 25 of 32) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/drawable/
DDrawableDescriptors.java86 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/
DAnimDescriptors.java72 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()
DAnimatorDescriptors.java78 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/
DOtherXmlDescriptors.java145 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/
Ddrawable1-expected-completion48.txt1 Code completion in drawable1.xml for ^xmlns:android:
3 xmlns:android
Danimator1-expected-completion58.txt1 Code completion in animator1.xml for ^<set xmlns:
Danim1-expected-completion53.txt1 Code completion in anim1.xml for ^<set xmlns:
Dnewstyles5-expected-extract4.diff5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
Dnewstyles6-expected-extract5.diff5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
Dnewstyles4-expected-extract1d.diff5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
Dnewstyles2-expected-extract1b.diff5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
Dnewstyles8-expected-extract7.diff5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
Dnewstyles4-expected-extract3.diff5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
Dnewstyles-expected-extract1.diff5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
Dnewstyles3-expected-extract1c.diff5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
Dnewstyles3-expected-extract8.diff5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
Dnewstyles7-expected-extract6.diff4 > <resources xmlns:android="http://schemas.android.com/apk/res/android">
Dnewlayout6-expected-extract7.diff3 + <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
Dnewlayout6-expected-extract6.diff5 + <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_height="w…
Dsample8-expected-extract7.diff3 - xmlns:android="http://schemas.android.com/apk/res/android"
23 + <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
Dsample7-expected-extract7.diff2 - <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"
Dsample1a-expected-extract7.diff2 - <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"
Ddrawable2-expected-completion51.txt10 xmlns:android
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DNewXmlFileWizard.java178 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/
DMenuDescriptors.java126 XmlnsAttributeDescriptor xmlns = new XmlnsAttributeDescriptor(ANDROID_NS_NAME, in updateDescriptors() local
129 updateElement(mDescriptor, styleMap, "Menu", xmlns); //$NON-NLS-1$ in updateDescriptors()

12