Searched refs:getTextColorHexValue (Results 1 – 2 of 2) sorted by relevance
111 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()
368 public Integer getTextColorHexValue() { in getTextColorHexValue() method in ShadowTextView