/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/ |
D | AttrsXmlParserTest.java | 65 AttributeInfo[] attrs = info.getAttributes(); in testLoadViewAttributes() local 66 assertEquals(1, attrs.length); in testLoadViewAttributes() 100 AttributeInfo[] attrs = dep.getAttributes(); in testDeprecated() local 101 assertEquals(4, attrs.length); in testDeprecated() 103 assertEquals("deprecated-inline", attrs[0].getName()); in testDeprecated() 104 assertEquals("In-line deprecated.", attrs[0].getDeprecatedDoc()); in testDeprecated() 105 assertEquals("Deprecated comments using delimiters.", attrs[0].getJavaDoc()); in testDeprecated() 107 assertEquals("deprecated-multiline", attrs[1].getName()); in testDeprecated() 109 attrs[1].getDeprecatedDoc()); in testDeprecated() 110 assertEquals("Deprecated comments on their own line.", attrs[1].getJavaDoc()); in testDeprecated() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/ |
D | DeclareStyleableInfo.java | 64 AttributeInfo[] attrs = existing.getAttributes(); in DeclareStyleableInfo() local 65 if (attrs == null || attrs.length == 0) { in DeclareStyleableInfo() 68 mAttributes = new AttributeInfo[attrs.length]; in DeclareStyleableInfo() 69 System.arraycopy(attrs, 0, mAttributes, 0, attrs.length); in DeclareStyleableInfo()
|
D | AttrsXmlParser.java | 459 ArrayList<AttributeInfo> attrs = new ArrayList<AttributeInfo>(); in parseDeclaredStyleable() local 473 attrs.add(info); in parseDeclaredStyleable() 482 return new DeclareStyleableInfo(styleName, attrs.toArray(new AttributeInfo[attrs.size()])); in parseDeclaredStyleable()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | navigation1-expected-navigate16.txt | 2 Open Declaration in values/attrs.xml : [?android:alertDialogStyle] 3 data/res/values/attrs.xml
|
D | navigation1-expected-navigate15.txt | 2 Open Declaration in values/attrs.xml : [?android:attr/alertDialogStyle] 3 data/res/values/attrs.xml
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/ |
D | MaxHeightScrollView.java | 27 public MaxHeightScrollView(Context context, AttributeSet attrs) { in MaxHeightScrollView() argument 28 super(context, attrs); in MaxHeightScrollView()
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/views/ |
D | MultiTouchView.java | 77 public MultiTouchView(Context context, AttributeSet attrs) { in MultiTouchView() argument 78 this(context, attrs, 0); in MultiTouchView() 86 public MultiTouchView(Context context, AttributeSet attrs, int defStyle) { in MultiTouchView() argument 87 super(context, attrs, defStyle); in MultiTouchView()
|
/sdk/testapps/customViewTest/libWithCustomView/src/com/android/tests/libwithcustom/ |
D | LabelView.java | 57 public LabelView(Context context, AttributeSet attrs) { in LabelView() argument 58 super(context, attrs); in LabelView() 62 TypedArray a = context.obtainStyledAttributes(attrs, in LabelView()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/descriptors/ |
D | OtherXmlDescriptors.java | 314 AttributeDescriptor[] attrs = topPreferences.getAttributes(); 315 AttributeDescriptor[] newAttrs = new AttributeDescriptor[attrs.length + 1]; 316 System.arraycopy(attrs, 0, newAttrs, 0, attrs.length); 317 newAttrs[attrs.length] = xmlns;
|
/sdk/testapps/gridlayoutTest/v7-gridlayout/libs/ |
D | android-support-v7-gridlayout.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
D | NewXmlFileWizard.java | 187 String attrs = type.getDefaultAttrs(mValues.project, root); in createXmlFile() local 189 return createXmlFile(file, xmlns, root, attrs, child, type.getResFolderType()); in createXmlFile() 329 String attrs = type.getDefaultAttrs(project, root); 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/refactorings/extractstring/ |
D | XmlStringFileHelper.java | 128 NamedNodeMap attrs = strNode.getAttributes(); in internalGetResIdsForFile() local 129 Node nameAttr = attrs.getNamedItem(SdkConstants.ATTR_NAME); in internalGetResIdsForFile()
|
D | ExtractStringRefactoring.java | 954 ResourceAttributes attrs = resource.getResourceAttributes(); in checkFinalConditions() local 955 if (attrs != null && attrs.isReadOnly()) { in checkFinalConditions()
|
/sdk/eclipse/ |
D | dictionary.txt | 22 attrs
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
D | Hyperlinks.java | 1790 NamedNodeMap attrs = element.getAttributes(); in find() local 1793 for (int i = 0; i < attrs.getLength(); ++i) { in find() 1796 IndexedRegion attRegion = (IndexedRegion) attrs.item(i); in find() 1798 attribute = (Attr) attrs.item(i); in find()
|
/sdk/testapps/jarCheckTests1/app/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/jarCheckTests3/lib1/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/jarCheckTests2/lib2/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/javaProjectTest/lib2/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/jarCheckTests2/lib1/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/libsAndJarTest/lib1/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/javaProjectTest/lib1/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/jarCheckTests1/lib1/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/libsAndJarTest/lib2/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/jarCheckTests1/lib2/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |