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

/frameworks/base/core/java/android/widget/
H A DTextView.java1245 setCompoundDrawablesWithIntrinsicBounds(
2142 public void setCompoundDrawablesWithIntrinsicBounds(int left, int top, int right, int bottom) { method in class:TextView
2144 setCompoundDrawablesWithIntrinsicBounds(left != 0 ? context.getDrawable(left) : null,
2164 public void setCompoundDrawablesWithIntrinsicBounds(@Nullable Drawable left, method in class:TextView

Completed in 132 milliseconds