Searched refs:bottomDrawable (Results 1 – 1 of 1) sorted by relevance
263 compoundDrawablesImpl.bottomDrawable in getCompoundDrawables()537 public Drawable bottomDrawable; field in ShadowTextView.CompoundDrawables543 bottomDrawable = bottom; in CompoundDrawables()550 bottomDrawable = bottom != 0 ? ShadowDrawable.createFromResourceId(bottom) : null; in CompoundDrawables()600 return shadowOf(bottomDrawable).getLoadedFromResourceId(); in getBottom()