Searched defs:setCompoundDrawablesWithIntrinsicBounds (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTextView.java1326 setCompoundDrawablesWithIntrinsicBounds(
2250 public void setCompoundDrawablesWithIntrinsicBounds(@DrawableRes int left, method in class:TextView
2253 setCompoundDrawablesWithIntrinsicBounds(left != 0 ? context.getDrawable(left) : null,
2274 public void setCompoundDrawablesWithIntrinsicBounds(@Nullable Drawable left, method in class:TextView

Completed in 1414 milliseconds