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

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTextView.java32 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 { class in class:ShadowTextView
539 public CompoundDrawables(Drawable left, Drawable top, Drawable right, Drawable bottom) { method in class:ShadowTextView.CompoundDrawables
546 public CompoundDrawables(in method in class:ShadowTextView.CompoundDrawables
[all...]

Completed in 150 milliseconds