Home
last modified time | relevance | path

Searched defs:attributes (Results 1 – 21 of 21) sorted by relevance

/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/xml/
DAndroidManifestParser.java128 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
387 private void processActivityNode(Attributes attributes) { in processActivityNode()
426 private void processNode(Attributes attributes, String superClassName) { in processNode()
451 private void processInstrumentationNode(Attributes attributes) { in processInstrumentationNode()
475 private void processSupportsScreensNode(Attributes attributes) { in processSupportsScreensNode()
498 private void processUsesConfiguration(Attributes attributes) { in processUsesConfiguration()
526 private String getAttributeValue(Attributes attributes, String attributeName, in getAttributeValue()
550 private Boolean getAttributeBooleanValue(Attributes attributes, String attributeName, in getAttributeBooleanValue()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
DDeclareStyleableInfo.java42 public DeclareStyleableInfo(String styleName, AttributeInfo[] attributes) { in DeclareStyleableInfo()
58 public void setAttributes(AttributeInfo[] attributes) { in setAttributes()
DViewClassInfo.java74 public void setAttributes(AttributeInfo[] attributes) { in setAttributes()
145 public void setAttributes(AttributeInfo[] attributes) { in setAttributes()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
DManifestElementDescriptor.java45 AttributeDescriptor[] attributes, in ManifestElementDescriptor()
62 AttributeDescriptor[] attributes, in ManifestElementDescriptor()
DAndroidManifestDescriptors.java336 AttributeDescriptor[] attributes = element.getAttributes(); in insertAttribute() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/descriptors/
DItemElementDescriptor.java46 String tooltip, String sdk_url, AttributeDescriptor[] attributes, in ItemElementDescriptor()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DDescriptorsUtils.java103 public static void appendAttributes(ArrayList<AttributeDescriptor> attributes, in appendAttributes()
136 public static void appendAttribute(ArrayList<AttributeDescriptor> attributes, in appendAttribute()
DElementDescriptor.java73 AttributeDescriptor[] attributes, in ElementDescriptor()
219 public void setAttributes(AttributeDescriptor[] attributes) { in setAttributes()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
DLayoutDescriptors.java182 ArrayList<AttributeDescriptor> attributes = new ArrayList<AttributeDescriptor>(); in convertView() local
277 ArrayList<AttributeDescriptor> attributes = new ArrayList<AttributeDescriptor>(); in insertInclude() local
DViewElementDescriptor.java79 AttributeDescriptor[] attributes, AttributeDescriptor[] layoutAttributes, in ViewElementDescriptor()
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
DGpxParser.java91 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
234 private void handleLocation(LocationPoint locationNode, Attributes attributes) { in handleLocation()
DKmlParser.java76 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DFirstElementParser.java157 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DExplodedRenderingHelper.java288 NamedNodeMap attributes = node.getAttributes(); in getBiggestMarginInDirection() local
407 private static String getAttribute(Node node, String name, NamedNodeMap attributes) { in getAttribute()
DUiElementPullParser.java121 NamedNodeMap attributes = node.getXmlNode().getAttributes(); in push() local
171 Collection<UiAttributeNode> attributes = node.getUiAttributes(); in getAttributeCount() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
DLayoutDeviceHandler.java79 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
/sdk/layoutlib_utils/src/com/android/layoutlib/utils/
DValueResourceParser.java78 public void startElement(String uri, String localName, String qName, Attributes attributes) in startElement()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiElementNode.java523 Collection<UiAttributeNode> attributes = getInternalUiAttributes().values(); in hasError() local
1457 Collection<UiAttributeNode> attributes, in setInternalAttrValue()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/
DFolderMock.java404 public void setResourceAttributes(ResourceAttributes attributes) throws CoreException { in setResourceAttributes()
DFileMock.java414 public void setResourceAttributes(ResourceAttributes attributes) throws CoreException { in setResourceAttributes()
DProjectMock.java455 public void setResourceAttributes(ResourceAttributes attributes) throws CoreException { in setResourceAttributes()