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

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

Completed in 253 milliseconds