Home
last modified time | relevance | path

Searched refs:setTextAppearance (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTextView.java65 protected void setTextAppearance(Context context, int resid) { in setTextAppearance() method in ShadowTextView
67 directlyOn(realTextView, TextView.class).setTextAppearance(context, resid); in setTextAppearance()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTextViewTest.java130 textView.setTextAppearance( in testGetTextAppearanceId()