Searched refs:setTextAppearance (Results 1 – 2 of 2) sorted by relevance
65 protected void setTextAppearance(Context context, int resid) { in setTextAppearance() method in ShadowTextView67 directlyOn(realTextView, TextView.class).setTextAppearance(context, resid); in setTextAppearance()
130 textView.setTextAppearance( in testGetTextAppearanceId()