Home
last modified time | relevance | path

Searched refs:getCompoundDrawablesRelative (Results 1 – 4 of 4) sorted by relevance

/external/setupdesign/main/src/com/google/android/setupdesign/view/
DNavigationBarButton.java55 Drawable[] drawables = getCompoundDrawablesRelative(); in init()
129 Drawable[] compoundDrawablesRelative = getCompoundDrawablesRelative(); in getAllCompoundDrawables()
DRichTextView.java196 for (Drawable drawable : getCompoundDrawablesRelative()) { in drawableStateChanged()
/external/setupdesign/main/src/com/google/android/setupdesign/items/
DExpandableSwitchItem.java207 for (Drawable drawable : titleView.getCompoundDrawablesRelative()) { in tintCompoundDrawables()
/external/libchrome/base/android/java/src/org/chromium/base/
DApiCompatibilityUtils.java194 public static Drawable[] getCompoundDrawablesRelative(TextView textView) { in getCompoundDrawablesRelative() method in ApiCompatibilityUtils
196 return textView.getCompoundDrawablesRelative(); in getCompoundDrawablesRelative()