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

/frameworks/base/core/java/android/widget/
H A DTextView.java2828 * @see #getTextColors()
2842 * @see #getTextColors()
2865 public final ColorStateList getTextColors() { method in class:TextView
8200 public static ColorStateList getTextColors(Context context, TypedArray attrs) { method in class:TextView
8235 final ColorStateList colors = getTextColors(context, attrs);

Completed in 399 milliseconds