Home
last modified time | relevance | path

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

/external/setupdesign/main/src/com/google/android/setupdesign/view/
DNavigationBarButton.java67 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/
DApiCompatibilityUtils.java213 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/
DFooterButtonStyleUtils.java362 button.setCompoundDrawables(iconStart, null, iconEnd, null); in setButtonIcon()