Searched refs:topDrawable (Results 1 – 1 of 1) sorted by relevance
261 compoundDrawablesImpl.topDrawable, in getCompoundDrawables()535 public Drawable topDrawable; field in ShadowTextView.CompoundDrawables541 topDrawable = top; in CompoundDrawables()548 topDrawable = top != 0 ? ShadowDrawable.createFromResourceId(top) : null; in CompoundDrawables()592 return shadowOf(topDrawable).getLoadedFromResourceId(); in getTop()