Home
last modified time | relevance | path

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

/external/libmojo/base/android/java/src/org/chromium/base/
DApiCompatibilityUtils.java222 textView.setCompoundDrawables(isRtl ? end : start, top, isRtl ? start : end, bottom); in setCompoundDrawablesRelative()
226 textView.setCompoundDrawables(start, top, end, bottom); in setCompoundDrawablesRelative()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTextView.java250 public void setCompoundDrawables(Drawable left, Drawable top, Drawable right, Drawable bottom) { in setCompoundDrawables() method in ShadowTextView