Home
last modified time | relevance | path

Searched refs:applyAttributes (Results 1 – 9 of 9) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowButton.java11 public void applyAttributes() { in applyAttributes() method in ShadowButton
12 super.applyAttributes(); in applyAttributes()
DShadowCompoundButton.java19 @Override public void applyAttributes() { in applyAttributes() method in ShadowCompoundButton
20 super.applyAttributes(); in applyAttributes()
DShadowEditText.java25 public void applyAttributes() { in applyAttributes() method in ShadowEditText
26 super.applyAttributes(); in applyAttributes()
DShadowProgressBar.java17 public void applyAttributes() { in applyAttributes() method in ShadowProgressBar
18 super.applyAttributes(); in applyAttributes()
DShadowRatingBar.java18 @Override public void applyAttributes() { in applyAttributes() method in ShadowRatingBar
19 super.applyAttributes(); in applyAttributes()
DShadowViewStub.java26 @Override public void applyAttributes() { in applyAttributes() method in ShadowViewStub
27 super.applyAttributes(); in applyAttributes()
DShadowImageView.java30 public void applyAttributes() { in applyAttributes() method in ShadowImageView
31 super.applyAttributes(); in applyAttributes()
DShadowTextView.java59 public void applyAttributes() { in applyAttributes() method in ShadowTextView
60 super.applyAttributes(); in applyAttributes()
DShadowView.java102 applyAttributes(); in __constructor__()
106 public void applyAttributes() { in applyAttributes() method in ShadowView