Home
last modified time | relevance | path

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

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTextView.java34 private Integer hintColorHexValue; field in ShadowTextView
196 hintColorHexValue = color; in setHintTextColor()
377 return hintColorHexValue; in getHintColorHexValue()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTextView.java33 private Integer hintColorHexValue; field in ShadowTextView