Searched refs:setCompoundDrawables (Results 1 – 3 of 3) sorted by relevance
/external/setupdesign/main/src/com/google/android/setupdesign/view/ |
D | NavigationBarButton.java | 67 public void setCompoundDrawables(Drawable left, Drawable top, Drawable right, Drawable bottom) { in setCompoundDrawables() method in NavigationBarButton 80 super.setCompoundDrawables(left, top, right, bottom); in setCompoundDrawables()
|
/external/libchrome/base/android/java/src/org/chromium/base/ |
D | ApiCompatibilityUtils.java | 213 textView.setCompoundDrawables(isRtl ? end : start, top, isRtl ? start : end, bottom); in setCompoundDrawablesRelative() 217 textView.setCompoundDrawables(start, top, end, bottom); in setCompoundDrawablesRelative()
|
/external/setupcompat/main/java/com/google/android/setupcompat/template/ |
D | FooterButtonStyleUtils.java | 362 button.setCompoundDrawables(iconStart, null, iconEnd, null); in setButtonIcon()
|