HomeSort by relevance Sort by last modified time
    Searched refs:CompoundDrawables (Results 1 - 2 of 2) sorted by null

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/
HasCompoundDrawablesMatcher.java 14 private ShadowTextView.CompoundDrawables expectedCompoundDrawables;
17 expectedCompoundDrawables = new ShadowTextView.CompoundDrawables(left, top, right, bottom);
27 ShadowTextView.CompoundDrawables actualCompoundDrawables = shadowOf(actual).getCompoundDrawablesImpl();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTextView.java 32 private CompoundDrawables compoundDrawablesImpl = new CompoundDrawables(0, 0, 0, 0);
240 compoundDrawablesImpl = new CompoundDrawables(left, top, right, bottom);
246 compoundDrawablesImpl = new CompoundDrawables(left, top, right, bottom);
251 compoundDrawablesImpl = new CompoundDrawables(left, top, right, bottom);
360 public CompoundDrawables getCompoundDrawablesImpl() {
364 void setCompoundDrawablesImpl(CompoundDrawables compoundDrawablesImpl) {
533 public static class CompoundDrawables {
539 public CompoundDrawables(Drawable left, Drawable top, Drawable right, Drawable bottom) {
546 public CompoundDrawables(int left, int top, int right, int bottom)
    [all...]

Completed in 126 milliseconds