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

/external/robolectric/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.java75 protected AttributeSet attributeSet; field in class:ShadowView
92 public void __constructor__(Context context, AttributeSet attributeSet) { argument
93 __constructor__(context, attributeSet, 0);
96 public void __constructor__(Context context, AttributeSet attributeSet, int defStyle) { argument
98 this.attributeSet = attributeSet;
100 if (attributeSet != null) {
764 Boolean focusRequested = attributeSet.getAttributeBooleanValue("android", "focus", false);
772 Integer id = attributeSet.getAttributeResourceValue("android", "id", 0);
779 Object tag = attributeSet
[all...]
/external/webkit/Tools/DumpRenderTree/gtk/
H A DAccessibilityUIElementGtk.cpp138 gchar* attributeSetToString(AtkAttributeSet* attributeSet) argument
141 for (GSList* attributes = attributeSet; attributes; attributes = attributes->next) {
/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/webkit/Source/WebCore/accessibility/gtk/
H A DAccessibilityObjectWrapperAtk.cpp360 static AtkAttributeSet* addAttributeToSet(AtkAttributeSet* attributeSet, const char* name, const char* value) argument
365 attributeSet = g_slist_prepend(attributeSet, attribute);
367 return attributeSet;
372 AtkAttributeSet* attributeSet = 0; local
373 attributeSet = addAttributeToSet(attributeSet, "toolkit", "WebKitGtk");
377 return attributeSet;
382 attributeSet = addAttributeToSet(attributeSet, "leve
2294 AtkAttributeSet* attributeSet = 0; local
[all...]
/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/ ...

Completed in 255 milliseconds