Searched refs:CompoundDrawables (Results 1 – 2 of 2) sorted by relevance
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowTextView.java | 32 private CompoundDrawables compoundDrawablesImpl = new CompoundDrawables(0, 0, 0, 0); 240 compoundDrawablesImpl = new CompoundDrawables(left, top, right, bottom); in setCompoundDrawablesWithIntrinsicBounds() 246 compoundDrawablesImpl = new CompoundDrawables(left, top, right, bottom); in setCompoundDrawablesWithIntrinsicBounds() 251 compoundDrawablesImpl = new CompoundDrawables(left, top, right, bottom); in setCompoundDrawables() 360 public CompoundDrawables getCompoundDrawablesImpl() { in getCompoundDrawablesImpl() 364 void setCompoundDrawablesImpl(CompoundDrawables compoundDrawablesImpl) { in setCompoundDrawablesImpl() 533 public static class CompoundDrawables { class in ShadowTextView 539 public CompoundDrawables(Drawable left, Drawable top, Drawable right, Drawable bottom) { in CompoundDrawables() method in ShadowTextView.CompoundDrawables 546 public CompoundDrawables(int left, int top, int right, int bottom) { in CompoundDrawables() method in ShadowTextView.CompoundDrawables 558 CompoundDrawables that = (CompoundDrawables) o; in equals()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/matchers/ |
D | HasCompoundDrawablesMatcher.java | 14 private ShadowTextView.CompoundDrawables expectedCompoundDrawables; 17 expectedCompoundDrawables = new ShadowTextView.CompoundDrawables(left, top, right, bottom); in HasCompoundDrawablesMatcher() 27 …ShadowTextView.CompoundDrawables actualCompoundDrawables = shadowOf(actual).getCompoundDrawablesIm… in matchesSafely()
|