Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/
DGlifLayoutTest.java166 assertThat(layout.isBackgroundPatterned()).named("background is patterned").isTrue(); in testSetBackgroundPatternedTrue()
175 assertThat(layout.isBackgroundPatterned()).named("background is patterned").isFalse(); in testSetBackgroundPatternedFalse()
185 assertThat(layout.isBackgroundPatterned()).named("background is patterned").isTrue(); in testSetBackgroundPatternedTrueTablet()
195 assertThat(layout.isBackgroundPatterned()).named("background is patterned").isFalse(); in testSetBackgroundPatternedFalseTablet()
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DGlifLayoutTest.java123 "GLIF v2 theme shuold not have patterned background", glifLayout.isBackgroundPatterned()); in testGlifV2Theme()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
DGlifLayout.java282 public boolean isBackgroundPatterned() { in isBackgroundPatterned() method in GlifLayout