Home
last modified time | relevance | path

Searched refs:isSugary (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DAttributeSetBuilderTest.java109 .addAttribute(R.attr.isSugary, "true") in getAttributeBooleanValue_shouldGetBooleanValuesFromAttributes()
120 .addAttribute(R.attr.isSugary, "true") in getAttributeBooleanValue_withNamespace_shouldGetBooleanValuesFromAttributes()
138 .addAttribute(R.attr.isSugary, "oh heck yeah") in getAttributeValue_byName_shouldReturnValueFromAttribute()
152 .addAttribute(R.attr.isSugary, "@string/ok") in getAttributeValue_byNameWithReference_shouldReturnFullyQualifiedValueFromAttribute()
162 .addAttribute(R.attr.isSugary, "oh heck yeah") in getAttributeValue_byId_shouldReturnValueFromAttribute()
172 .addAttribute(R.attr.isSugary, "@string/ok") in getAttributeValue_byIdWithReference_shouldReturnValueFromAttribute()
DR.java118 public static final int isSugary=0x7f010020; field in R.attr
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTypedArrayTest.java165 new int[]{R.attr.scrollBars, R.attr.responses, R.attr.isSugary}); in shouldEnumeratePresentValues()