Searched refs:getForegroundColor (Results 1 – 10 of 10) sorted by relevance
93 public int getForegroundColor() { in getForegroundColor() method in ForegroundColorSpan
418 assertThat(((ForegroundColorSpan) spans[0]).getForegroundColor()).isEqualTo(Color.YELLOW); in testBuilder_ensureColorSpanContrast_removesAllFullLengthColorSpans()428 assertThat(((ForegroundColorSpan) spans[2]).getForegroundColor()).isEqualTo(Color.GREEN); in testBuilder_ensureColorSpanContrast_removesAllFullLengthColorSpans()443 int foregroundColor = ((ForegroundColorSpan) spans[0]).getForegroundColor(); in testBuilder_ensureColorSpanContrast_partialLength_adjusted()469 assertThat(((ForegroundColorSpan) spans[0]).getForegroundColor()).isEqualTo(Color.YELLOW); in testBuilder_ensureColorSpanContrast_worksWithComplexInput()481 int newGreen = ((ForegroundColorSpan) spans[2]).getForegroundColor(); in testBuilder_ensureColorSpanContrast_worksWithComplexInput()
515 pageIndicator.tintList = ColorStateList.valueOf(getForegroundColor())536 private fun getForegroundColor(): Int { regex
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()
204 int foregroundColor = originalSpan.getForegroundColor(); in invertCharSequenceColors()
574 int color = ((ForegroundColorSpan) style[j]).getForegroundColor(); in withinParagraph()
6214 result = originalSpan.getForegroundColor(); in getFullLengthSpanColor()6275 int foregroundColor = originalSpan.getForegroundColor(); in ensureColorSpanContrast()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
45111 method @ColorInt public int getForegroundColor();
30519 method public int getForegroundColor();