Home
last modified time | relevance | path

Searched refs:getForegroundColor (Results 1 – 5 of 5) sorted by relevance

/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/tx3g/
DTx3gDecoderTest.java89 assertThat(colorSpan.getForegroundColor()).isEqualTo(Color.GREEN); in decodeWithStyl()
144 assertThat(colorSpan.getForegroundColor()).isEqualTo(Color.GREEN); in decodeWithMultipleStyl()
146 assertThat(colorSpan.getForegroundColor()).isEqualTo(Color.GREEN); in decodeWithMultipleStyl()
163 assertThat(colorSpan.getForegroundColor()).isEqualTo(Color.GREEN); in decodeWithOtherExtension()
184 assertThat(colorSpan.getForegroundColor()).isEqualTo(Color.RED); in initializationDecodeWithStyl()
186 assertThat(colorSpan.getForegroundColor()).isEqualTo(Color.GREEN); in initializationDecodeWithStyl()
207 assertThat(colorSpan.getForegroundColor()).isEqualTo(Color.RED); in initializationDecodeWithTbox()
228 assertThat(colorSpan.getForegroundColor()).isEqualTo(Color.GREEN); in initializationAllDefaultsDecodeWithStyl()
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DTerminalView.java75 cursorPaint.setColor(bridge.getForegroundColor()); in TerminalView()
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DSpannedToHtmlConverter.java127 "<span style='color:%s;'>", toCssColor(colorSpan.getForegroundColor())); in getOpeningTag()
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/truth/
DSpannedSubject.java829 spanColors.add(String.format("0x%08X", span.getForegroundColor())); in withColor()
830 if (span.getForegroundColor() == color) { in withColor()
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
DTerminalBridge.java795 public int getForegroundColor() { in getForegroundColor() method in TerminalBridge