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

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

Completed in 456 milliseconds