Home
last modified time | relevance | path

Searched refs:setCompoundDrawablesRelative (Results 1 – 3 of 3) sorted by relevance

/external/setupdesign/main/src/com/google/android/setupdesign/view/
DNavigationBarButton.java85 public void setCompoundDrawablesRelative( in setCompoundDrawablesRelative() method in NavigationBarButton
99 super.setCompoundDrawablesRelative(start, top, end, bottom); in setCompoundDrawablesRelative()
/external/libchrome/base/android/java/src/org/chromium/base/
DApiCompatibilityUtils.java206 public static void setCompoundDrawablesRelative(TextView textView, Drawable start, Drawable top, in setCompoundDrawablesRelative() method in ApiCompatibilityUtils
215 textView.setCompoundDrawablesRelative(start, top, end, bottom); in setCompoundDrawablesRelative()
/external/setupcompat/main/java/com/google/android/setupcompat/template/
DFooterButtonStyleUtils.java360 button.setCompoundDrawablesRelative(iconStart, null, iconEnd, null); in setButtonIcon()