Searched refs:mHighlightColor (Results 1 – 5 of 5) sorted by relevance
386 private final int mHighlightColor; field in PhoneAccount402 mHighlightColor == that.mHighlightColor && in equals()418 mHighlightColor, mLabel, mShortDescription, mSupportedUriSchemes, in hashCode()433 private int mHighlightColor = NO_HIGHLIGHT_COLOR; field in PhoneAccount.Builder461 mHighlightColor = phoneAccount.getHighlightColor(); in Builder()534 this.mHighlightColor = value; in setHighlightColor()662 mHighlightColor, in build()692 mHighlightColor = highlightColor; in PhoneAccount()890 return mHighlightColor; in getHighlightColor()939 out.writeInt(mHighlightColor); in writeToParcel()[all …]
101 editor.getTextView().mHighlightColor, mTextView::invalidate); in SelectionActionModeHelper()
822 int mHighlightColor = 0x6633B5E5;4835 if (mHighlightColor != color) { in setHighlightColor()4836 mHighlightColor = color; in setHighlightColor()4851 return mHighlightColor; in getHighlightColor()7820 highlightPaint.setColor(mHighlightColor); in getUpdatedHighlightPath()
3873 mSuggestionRangeSpan.setBackgroundColor(mTextView.mHighlightColor); in updateSuggestions()6332 final int highlightColorAlpha = Color.alpha(mTextView.mHighlightColor);6333 final int color = (mTextView.mHighlightColor & 0x00FFFFFF)
66451 Landroid/telecom/PhoneAccount$Builder;->mHighlightColor:I66482 Landroid/telecom/PhoneAccount;->mHighlightColor:I