Home
last modified time | relevance | path

Searched defs:namespace (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/util/
DAttributeSet.java96 public String getAttributeValue(String namespace, String name); in getAttributeValue()
135 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue()
147 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue()
165 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue()
177 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue()
191 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue()
203 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue()
DXmlPullAttributes.java45 public String getAttributeValue(String namespace, String name) { in getAttributeValue()
57 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue()
63 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue()
69 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue()
75 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue()
81 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue()
87 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeLayoutParamsMapAttributes.java41 public String getAttributeValue(String namespace, String name) { in getAttributeValue()
79 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue()
85 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue()
91 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue()
97 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue()
103 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue()
109 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue()
DBridgeXmlBlockParser.java285 public String getAttributeValue(String namespace, String name) { in getAttributeValue()
351 public void require(int type, String namespace, String name) in require()
414 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue()
425 public float getAttributeFloatValue(String namespace, String attribute, float defaultValue) { in getAttributeFloatValue()
435 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue()
445 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue()
461 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue()
471 public int getAttributeUnsignedIntValue(String namespace, String attribute, int defaultValue) { in getAttributeUnsignedIntValue()
/frameworks/base/tools/layoutlib/bridge/src/android/util/
DBridgeXmlPullAttributes.java83 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue()
100 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue()
117 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue()
124 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue()
141 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue()
158 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue()
/frameworks/base/core/java/android/net/
DLocalSocketAddress.java60 private final Namespace namespace; field in LocalSocketAddress
68 public LocalSocketAddress(String name, Namespace namespace) { in LocalSocketAddress()
DLocalSocketImpl.java179 int namespace) throws IOException; in connectLocal()
180 private native void bindLocal(FileDescriptor fd, String name, int namespace) in bindLocal()
/frameworks/base/core/java/com/android/internal/util/
DFastXmlSerializer.java166 public XmlSerializer attribute(String namespace, String name, String value) throws IOException, in attribute()
201 public XmlSerializer endTag(String namespace, String name) throws IOException, in endTag()
279 public String getPrefix(String namespace, boolean generatePrefix) in getPrefix()
335 public void setPrefix(String prefix, String namespace) throws IOException, in setPrefix()
352 public XmlSerializer startTag(String namespace, String name) throws IOException, in startTag()
/frameworks/base/core/java/android/content/res/
DXmlBlock.java223 public String getAttributeValue(String namespace, String name) { in getAttributeValue()
267 …public void require(int type, String namespace, String name) throws XmlPullParserException,IOExcep… in require()
314 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue()
322 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue()
330 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue()
338 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue()
346 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue()
355 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue()
512 …private static final native int nativeGetAttributeIndex(long state, String namespace, String name); in nativeGetAttributeIndex()
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
DLayoutPullParser.java85 String namespace = getAttributeNamespace(i); in getViewCookie() local