Searched refs:getCompoundDrawablesRelative (Results 1 – 4 of 4) sorted by relevance
55 Drawable[] drawables = getCompoundDrawablesRelative(); in init()129 Drawable[] compoundDrawablesRelative = getCompoundDrawablesRelative(); in getAllCompoundDrawables()
196 for (Drawable drawable : getCompoundDrawablesRelative()) { in drawableStateChanged()
207 for (Drawable drawable : titleView.getCompoundDrawablesRelative()) { in tintCompoundDrawables()
194 public static Drawable[] getCompoundDrawablesRelative(TextView textView) { in getCompoundDrawablesRelative() method in ApiCompatibilityUtils196 return textView.getCompoundDrawablesRelative(); in getCompoundDrawablesRelative()