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

/frameworks/base/core/java/android/widget/
H A DTextView.java1015 setCompoundDrawablesWithIntrinsicBounds(
1827 public void setCompoundDrawablesWithIntrinsicBounds(int left, int top, int right, int bottom) { method in class:TextView
1829 setCompoundDrawablesWithIntrinsicBounds(left != 0 ? resources.getDrawable(left) : null,
1846 public void setCompoundDrawablesWithIntrinsicBounds(Drawable left, Drawable top, method in class:TextView

Completed in 90 milliseconds