Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DAttributeSetBuilderTest.java112 assertThat(roboAttributeSet.getAttributeBooleanValue(APP_NS, "isSugary", false)) in getAttributeBooleanValue_shouldGetBooleanValuesFromAttributes()
123 assertThat(roboAttributeSet.getAttributeBooleanValue(APP_NS, "isSugary", false)).isTrue(); in getAttributeBooleanValue_withNamespace_shouldGetBooleanValuesFromAttributes()
131 …assertThat(roboAttributeSet.getAttributeBooleanValue(ANDROID_RES_NS_PREFIX + "com.some.namespace",… in getAttributeBooleanValue_shouldReturnDefaultBooleanValueWhenNotInAttributeSet()
143 assertThat(roboAttributeSet.getAttributeBooleanValue(APP_NS, "isSugary", true)) in getAttributeValue_byName_shouldReturnValueFromAttribute()
145 assertThat(roboAttributeSet.getAttributeBooleanValue(APP_NS, "animalStyle", true)) in getAttributeValue_byName_shouldReturnValueFromAttribute()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/
DXmlResourceParserImplTest.java567 assertThat(parser.getAttributeBooleanValue(RES_AUTO_NS, "bar", false)).isTrue(); in testGetAttributeBooleanValue_StringStringBoolean()
568 assertThat(parser.getAttributeBooleanValue(RES_AUTO_NS, "foo", false)).isFalse(); in testGetAttributeBooleanValue_StringStringBoolean()
574 assertThat(parser.getAttributeBooleanValue(0, false)).isTrue(); in testGetAttributeBooleanValue_IntBoolean()
575 assertThat(parser.getAttributeBooleanValue(attributeIndexOutOfIndex(), false)).isFalse(); in testGetAttributeBooleanValue_IntBoolean()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DXmlResourceParserImpl.java620 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method in XmlResourceParserImpl
683 public boolean getAttributeBooleanValue( in getAttributeBooleanValue() method in XmlResourceParserImpl