Searched refs:setCompoundDrawables (Results 1 – 2 of 2) sorted by relevance
241 textView.setCompoundDrawables(isRtl ? end : start, top, isRtl ? start : end, bottom); in setCompoundDrawablesRelative()245 textView.setCompoundDrawables(start, top, end, bottom); in setCompoundDrawablesRelative()
250 public void setCompoundDrawables(Drawable left, Drawable top, Drawable right, Drawable bottom) { in setCompoundDrawables() method in ShadowTextView