Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTextView.java103 public int getTextAppearanceId() { in getTextAppearanceId() method in ShadowTextView
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTextViewTest.java133 …assertThat(shadowOf(textView).getTextAppearanceId()).isEqualTo(android.R.style.TextAppearance_Smal… in testGetTextAppearanceId()