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

/frameworks/base/core/java/android/text/style/
H A DTextAppearanceSpan.java41 * text appearance. The <code>appearance</code> should be, for example,
44 public TextAppearanceSpan(Context context, int appearance) { argument
45 this(context, appearance, -1);
50 * text appearance, and the specified text color resource
51 * to determine the color. The <code>appearance</code> should be,
56 public TextAppearanceSpan(Context context, int appearance, int colorList) { argument
60 context.obtainStyledAttributes(appearance,

Completed in 446 milliseconds