Searched refs:hasBackgroundColor (Results 1 – 7 of 7) sorted by relevance
90 private boolean hasBackgroundColor; field in WebvttCssStyle115 hasBackgroundColor = false; in reset()248 if (!hasBackgroundColor) { in getBackgroundColor()256 hasBackgroundColor = true; in setBackgroundColor()260 public boolean hasBackgroundColor() { in hasBackgroundColor() method in WebvttCssStyle261 return hasBackgroundColor; in hasBackgroundColor()
650 if (style.hasBackgroundColor()) { in applyStyleToText()
79 private boolean hasBackgroundColor; field in TtmlStyle175 if (!hasBackgroundColor) { in getBackgroundColor()183 hasBackgroundColor = true; in setBackgroundColor()187 public boolean hasBackgroundColor() { in hasBackgroundColor() method in TtmlStyle188 return hasBackgroundColor; in hasBackgroundColor()246 if (chaining && !hasBackgroundColor && ancestor.hasBackgroundColor) { in inherit()
103 if (style.hasBackgroundColor()) { in applyStylesToSpan()
225 assertThat(actualElem.hasBackgroundColor()).isEqualTo(expected.hasBackgroundColor()); in assertParserProduces()226 if (expected.hasBackgroundColor()) { in assertParserProduces()
90 .that(style.hasBackgroundColor()) in inheritStyle()203 assertThat(style.hasBackgroundColor()).isFalse(); in backgroundColor()205 assertThat(style.hasBackgroundColor()).isTrue(); in backgroundColor()
177 captionStyle.hasBackgroundColor() ? captionStyle.backgroundColor : DEFAULT.backgroundColor, in createFromCaptionStyleV21()