Searched refs:getForegroundColor (Results 1 – 5 of 5) sorted by relevance
89 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()
75 cursorPaint.setColor(bridge.getForegroundColor()); in TerminalView()
127 "<span style='color:%s;'>", toCssColor(colorSpan.getForegroundColor())); in getOpeningTag()
829 spanColors.add(String.format("0x%08X", span.getForegroundColor())); in withColor()830 if (span.getForegroundColor() == color) { in withColor()
795 public int getForegroundColor() { in getForegroundColor() method in TerminalBridge