Home
last modified time | relevance | path

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

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DTextViewTest.java129 assertThat(shadowOf(black).getHintColorHexValue(), equalTo(0)); in shouldSetHintAndHintColorWhileInflatingXmlLayout()
133 …assertThat(shadowOf(white).getHintColorHexValue(), equalTo(activity.getResources().getColor(androi… in shouldSetHintAndHintColorWhileInflatingXmlLayout()
137 …assertThat(shadowOf(grey).getHintColorHexValue(), equalTo(activity.getResources().getColor(R.color… in shouldSetHintAndHintColorWhileInflatingXmlLayout()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTextView.java376 public Integer getHintColorHexValue() { in getHintColorHexValue() method in ShadowTextView