Home
last modified time | relevance | path

Searched refs:setCompoundDrawablesRelativeWithIntrinsicBounds (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/android/java/src/org/chromium/base/
DApiCompatibilityUtils.java225 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(TextView textView, in setCompoundDrawablesRelativeWithIntrinsicBounds() method in ApiCompatibilityUtils
233 textView.setCompoundDrawablesRelativeWithIntrinsicBounds(start, top, end, bottom); in setCompoundDrawablesRelativeWithIntrinsicBounds()
243 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(TextView textView, in setCompoundDrawablesRelativeWithIntrinsicBounds() method in ApiCompatibilityUtils
251 textView.setCompoundDrawablesRelativeWithIntrinsicBounds(start, top, end, bottom); in setCompoundDrawablesRelativeWithIntrinsicBounds()
/external/setupdesign/main/src/com/google/android/setupdesign/view/
DNavigationBarButton.java61 setCompoundDrawablesRelativeWithIntrinsicBounds( in init()