Searched refs:getForegroundColor (Results 1 – 8 of 8) sorted by relevance
93 public int getForegroundColor() { in getForegroundColor() method in ForegroundColorSpan107 return "ForegroundColorSpan{color=#" + String.format("%08X", getForegroundColor()) + '}'; in toString()
113 assertThat(((ForegroundColorSpan) spans[0]).getForegroundColor()).isEqualTo(Color.YELLOW); in testBuilder_ensureColorSpanContrast_removesAllFullLengthColorSpans()123 assertThat(((ForegroundColorSpan) spans[2]).getForegroundColor()).isEqualTo(Color.GREEN); in testBuilder_ensureColorSpanContrast_removesAllFullLengthColorSpans()137 int foregroundColor = ((ForegroundColorSpan) spans[0]).getForegroundColor(); in testBuilder_ensureColorSpanContrast_partialLength_adjusted()162 assertThat(((ForegroundColorSpan) spans[0]).getForegroundColor()).isEqualTo(Color.YELLOW); in testBuilder_ensureColorSpanContrast_worksWithComplexInput()174 int newGreen = ((ForegroundColorSpan) spans[2]).getForegroundColor(); in testBuilder_ensureColorSpanContrast_worksWithComplexInput()
203 closeAppButton.setTextColor(getForegroundColor(true))262 manageButton.setTextColor(getForegroundColor(element.isActive))334 indicatorIcon.setTint(getForegroundColor(active))347 private fun getForegroundColor(active: Boolean) = regex
206 int foregroundColor = originalSpan.getForegroundColor(); in invertCharSequenceColors()340 int foregroundColor = originalSpan.getForegroundColor(); in ensureColorSpanContrast()
574 int color = ((ForegroundColorSpan) style[j]).getForegroundColor(); in withinParagraph()
6407 result = originalSpan.getForegroundColor(); in getFullLengthSpanColor()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
48299 method @ColorInt public int getForegroundColor();