Home
last modified time | relevance | path

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

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTextView.java263 compoundDrawablesImpl.bottomDrawable in getCompoundDrawables()
537 public Drawable bottomDrawable; field in ShadowTextView.CompoundDrawables
543 bottomDrawable = bottom; in CompoundDrawables()
550 bottomDrawable = bottom != 0 ? ShadowDrawable.createFromResourceId(bottom) : null; in CompoundDrawables()
600 return shadowOf(bottomDrawable).getLoadedFromResourceId(); in getBottom()