Searched refs:isBackgroundPatterned (Results 1 – 3 of 3) sorted by relevance
166 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()
123 "GLIF v2 theme shuold not have patterned background", glifLayout.isBackgroundPatterned()); in testGlifV2Theme()
282 public boolean isBackgroundPatterned() { in isBackgroundPatterned() method in GlifLayout