Home
last modified time | relevance | path

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

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTextView.java261 compoundDrawablesImpl.topDrawable, in getCompoundDrawables()
535 public Drawable topDrawable; field in ShadowTextView.CompoundDrawables
541 topDrawable = top; in CompoundDrawables()
548 topDrawable = top != 0 ? ShadowDrawable.createFromResourceId(top) : null; in CompoundDrawables()
592 return shadowOf(topDrawable).getLoadedFromResourceId(); in getTop()