Home
last modified time | relevance | path

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

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTextView.java533 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