Searched refs:getForegroundColor (Results 1 – 12 of 12) sorted by relevance
93 public int getForegroundColor() { in getForegroundColor() method in ForegroundColorSpan107 return "ForegroundColorSpan{color=#" + String.format("%08X", getForegroundColor()) + '}'; in toString()
117 assertThat(((ForegroundColorSpan) spans[0]).getForegroundColor()).isEqualTo(Color.YELLOW); in testBuilder_ensureColorSpanContrast_removesAllFullLengthColorSpans()127 assertThat(((ForegroundColorSpan) spans[2]).getForegroundColor()).isEqualTo(Color.GREEN); in testBuilder_ensureColorSpanContrast_removesAllFullLengthColorSpans()142 int foregroundColor = ((ForegroundColorSpan) spans[0]).getForegroundColor(); in testBuilder_ensureColorSpanContrast_partialLength_adjusted()170 assertThat(((ForegroundColorSpan) spans[0]).getForegroundColor()).isEqualTo(Color.YELLOW); in testBuilder_ensureColorSpanContrast_worksWithComplexInput()182 int newGreen = ((ForegroundColorSpan) spans[2]).getForegroundColor(); in testBuilder_ensureColorSpanContrast_worksWithComplexInput()
115 int foregroundColor = getForegroundColor(simulatedPlatformVersion); in StatusBar()126 private int getForegroundColor(int platformVersion) { in getForegroundColor() method in StatusBar
203 closeAppButton.setTextColor(getForegroundColor(true)) in <lambda>()262 manageButton.setTextColor(getForegroundColor(element.isActive)) in <lambda>()334 indicatorIcon.setTint(getForegroundColor(active)) in <lambda>()347 private fun getForegroundColor(active: Boolean) = in <lambda>() method
206 int foregroundColor = originalSpan.getForegroundColor(); in invertCharSequenceColors()340 int foregroundColor = originalSpan.getForegroundColor(); in ensureColorSpanContrast()
874 public int getForegroundColor(int pos) { in getForegroundColor() method in EditStyledText881 return spans[0].getForegroundColor(); in getForegroundColor()1224 foregroundColor = mEST.getForegroundColor(min); in setTextComposingMask()2749 renewColor(spans[spans.length - 1].getForegroundColor()); in renewColor()
574 int color = ((ForegroundColorSpan) style[j]).getForegroundColor(); in withinParagraph()
1329 assertThat(spans[indexInSpannable].getForegroundColor()).isEqualTo(color); in assertForegroundColorSpan()
7015 result = originalSpan.getForegroundColor(); in getFullLengthSpanColor()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
30519 method public int getForegroundColor();
48753 method @ColorInt public int getForegroundColor();