Home
last modified time | relevance | path

Searched defs:attributeSet (Results 1 – 7 of 7) sorted by relevance

/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DShadowEditTextTest.java21 TestAttributeSet attributeSet = new TestAttributeSet(hash); in shouldRespectMaxLength() local
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowFrameLayout.java19 public void __constructor__(Context context, AttributeSet attributeSet, int defStyle) { in __constructor__()
DShadowPreference.java39 public void __constructor__(Context context, AttributeSet attributeSet) { in __constructor__()
43 public void __constructor__(Context context, AttributeSet attributeSet, int defStyle) { in __constructor__()
DShadowView.java76 protected AttributeSet attributeSet; field in ShadowView
93 public void __constructor__(Context context, AttributeSet attributeSet) { in __constructor__()
97 public void __constructor__(Context context, AttributeSet attributeSet, int defStyle) { in __constructor__()
DShadowWebView.java39 public void __constructor__(Context context, AttributeSet attributeSet) { in __constructor__()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
DViewLoader.java208 …TestAttributeSet attributeSet = new TestAttributeSet(attributes, resourceExtractor, attrResourceLo… in constructFragment() local
245 …TestAttributeSet attributeSet = new TestAttributeSet(attributes, resourceExtractor, attrResourceLo… in constructView() local
DPreferenceLoader.java128 TestAttributeSet attributeSet = new TestAttributeSet(attributes); in constructPreference() local