Home
last modified time | relevance | path

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

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DTextViewTest.java111 assertThat(shadowOf(black).getTextColorHexValue(), equalTo(0)); in shouldSetTextAndTextColorWhileInflatingXmlLayout()
115 …assertThat(shadowOf(white).getTextColorHexValue(), equalTo(activity.getResources().getColor(androi… in shouldSetTextAndTextColorWhileInflatingXmlLayout()
119 …assertThat(shadowOf(grey).getTextColorHexValue(), equalTo(activity.getResources().getColor(R.color… in shouldSetTextAndTextColorWhileInflatingXmlLayout()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTextView.java368 public Integer getTextColorHexValue() { in getTextColorHexValue() method in ShadowTextView