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

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTextView.java262 compoundDrawablesImpl.rightDrawable,
536 public Drawable rightDrawable; field in class:ShadowTextView.CompoundDrawables
542 rightDrawable = right;
549 rightDrawable = right != 0 ? ShadowDrawable.createFromResourceId(right) : null;
596 return shadowOf(rightDrawable).getLoadedFromResourceId();

Completed in 118 milliseconds