Searched refs:getBackgroundColor (Results 1 – 11 of 11) sorted by relevance
62 assertThat(resolved.getBackgroundColor()).isEqualTo(BLACK); in resolveStyleMultipleReferentialStyles()80 assertThat(resolved.getBackgroundColor()).isEqualTo(YELLOW); in resolveMergeSingleReferentialStyleIntoInlineStyle()96 assertThat(resolved.getBackgroundColor()).isEqualTo(YELLOW); in resolveMergeMultipleReferentialStylesIntoInlineStyle()
115 .that(style.getBackgroundColor()) in chainStyle()206 assertThat(style.getBackgroundColor()).isEqualTo(BLACK); in backgroundColor()
377 assertThat(style.getBackgroundColor()).isEqualTo(0xFFFF0000); in multipleChaining()386 assertThat(style.getBackgroundColor()).isEqualTo(0xFFFF0000); in multipleChaining()
227 assertThat(actualElem.getBackgroundColor()).isEqualTo(expected.getBackgroundColor()); in assertParserProduces()
247 public int getBackgroundColor() { in getBackgroundColor() method in WebvttCssStyle
653 new BackgroundColorSpan(style.getBackgroundColor()), in applyStyleToText()
76 cursorPaint.setXfermode(new PixelXorXfermode(bridge.getBackgroundColor())); in TerminalView()
174 public int getBackgroundColor() { in getBackgroundColor() method in TtmlStyle
106 new BackgroundColorSpan(style.getBackgroundColor()), in applyStylesToSpan()
866 spanColors.add(String.format("0x%08X", span.getBackgroundColor())); in withColor()867 if (span.getBackgroundColor() == color) { in withColor()
799 public int getBackgroundColor() { in getBackgroundColor() method in TerminalBridge