Home
last modified time | relevance | path

Searched refs:getBackgroundColor (Results 1 – 11 of 11) sorted by relevance

/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/ttml/
DTtmlRenderUtilTest.java62 assertThat(resolved.getBackgroundColor()).isEqualTo(BLACK); in resolveStyleMultipleReferentialStyles()
80 assertThat(resolved.getBackgroundColor()).isEqualTo(YELLOW); in resolveMergeSingleReferentialStyleIntoInlineStyle()
96 assertThat(resolved.getBackgroundColor()).isEqualTo(YELLOW); in resolveMergeMultipleReferentialStylesIntoInlineStyle()
DTtmlStyleTest.java115 .that(style.getBackgroundColor()) in chainStyle()
206 assertThat(style.getBackgroundColor()).isEqualTo(BLACK); in backgroundColor()
DTtmlDecoderTest.java377 assertThat(style.getBackgroundColor()).isEqualTo(0xFFFF0000); in multipleChaining()
386 assertThat(style.getBackgroundColor()).isEqualTo(0xFFFF0000); in multipleChaining()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/webvtt/
DCssParserTest.java227 assertThat(actualElem.getBackgroundColor()).isEqualTo(expected.getBackgroundColor()); in assertParserProduces()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/webvtt/
DWebvttCssStyle.java247 public int getBackgroundColor() { in getBackgroundColor() method in WebvttCssStyle
DWebvttCueParser.java653 new BackgroundColorSpan(style.getBackgroundColor()), in applyStyleToText()
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DTerminalView.java76 cursorPaint.setXfermode(new PixelXorXfermode(bridge.getBackgroundColor())); in TerminalView()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/ttml/
DTtmlStyle.java174 public int getBackgroundColor() { in getBackgroundColor() method in TtmlStyle
DTtmlRenderUtil.java106 new BackgroundColorSpan(style.getBackgroundColor()), in applyStylesToSpan()
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/truth/
DSpannedSubject.java866 spanColors.add(String.format("0x%08X", span.getBackgroundColor())); in withColor()
867 if (span.getBackgroundColor() == color) { in withColor()
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
DTerminalBridge.java799 public int getBackgroundColor() { in getBackgroundColor() method in TerminalBridge