Searched refs:setCompoundDrawablesRelative (Results 1 – 3 of 3) sorted by relevance
/external/setupdesign/main/src/com/google/android/setupdesign/view/ |
D | NavigationBarButton.java | 85 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/ |
D | ApiCompatibilityUtils.java | 206 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/ |
D | FooterButtonStyleUtils.java | 360 button.setCompoundDrawablesRelative(iconStart, null, iconEnd, null); in setButtonIcon()
|