Searched refs:underlineColor (Results 1 – 4 of 4) sorted by relevance
41 public int underlineColor = 0; field in TextPaint72 underlineColor = tp.underlineColor; in set()83 underlineColor = color; in setUnderlineText()
713 if (needWidth || (c != null && (wp.bgColor != 0 || wp.underlineColor != 0 || runIsRtl))) { in handleText()741 if (wp.underlineColor != 0) { in handleText()752 wp.setColor(wp.underlineColor); in handleText()
356 } else if (tp.underlineColor == 0) { in updateDrawState()
3591 final int underlineColor; in updateSuggestions() local3593 underlineColor = in updateSuggestions()3596 underlineColor = mMisspelledSpanInfo.mSuggestionSpan.getUnderlineColor(); in updateSuggestions()3599 if (underlineColor == 0) { in updateSuggestions()3604 final int newAlpha = (int) (Color.alpha(underlineColor) * BACKGROUND_TRANSPARENCY); in updateSuggestions()3606 (underlineColor & 0x00FFFFFF) + (newAlpha << 24)); in updateSuggestions()