Searched defs:attributeSet (Results 1 - 17 of 17) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowFrameLayout.java19 public void __constructor__(Context context, AttributeSet attributeSet, int defStyle) { argument
21 super.__constructor__(context, attributeSet, defStyle);
H A DShadowPreference.java39 public void __constructor__(Context context, AttributeSet attributeSet) { argument
40 __constructor__(context, attributeSet, 0);
43 public void __constructor__(Context context, AttributeSet attributeSet, int defStyle) { argument
45 this.attrs = attributeSet;
48 if (attributeSet != null) {
49 key = attributeSet.getAttributeValue("android", "key");
H A DShadowWebView.java39 public void __constructor__(Context context, AttributeSet attributeSet) { argument
40 super.__constructor__(context, attributeSet);
H A DShadowView.java76 protected AttributeSet attributeSet; field in class:ShadowView
93 public void __constructor__(Context context, AttributeSet attributeSet) { argument
94 __constructor__(context, attributeSet, 0);
97 public void __constructor__(Context context, AttributeSet attributeSet, int defStyle) { argument
99 this.attributeSet = attributeSet;
101 if (attributeSet != null) {
778 Boolean focusRequested = attributeSet.getAttributeBooleanValue("android", "focus", false);
786 Integer id = attributeSet.getAttributeResourceValue("android", "id", 0);
793 Object tag = attributeSet
[all...]
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h1026 const TiXmlAttribute* node = attributeSet.Find( name );
1039 const TiXmlAttribute* node = attributeSet.Find( name );
1084 const TiXmlAttribute* FirstAttribute() const { return attributeSet.First(); } ///< Access the first attribute in this element.
1085 TiXmlAttribute* FirstAttribute() { return attributeSet.First(); }
1086 const TiXmlAttribute* LastAttribute() const { return attributeSet.Last(); } ///< Access the last attribute in this element.
1087 TiXmlAttribute* LastAttribute() { return attributeSet.Last(); }
1156 TiXmlAttributeSet attributeSet; member in class:TiXmlElement
/external/tinyxml/
H A Dtinyxml.h948 const TiXmlAttribute* FirstAttribute() const { return attributeSet.First(); } ///< Access the first attribute in this element.
949 TiXmlAttribute* FirstAttribute() { return attributeSet.First(); }
950 const TiXmlAttribute* LastAttribute() const { return attributeSet.Last(); } ///< Access the last attribute in this element.
951 TiXmlAttribute* LastAttribute() { return attributeSet.Last(); }
1016 TiXmlAttributeSet attributeSet; member in class:TiXmlElement
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 399 milliseconds