Searched refs:mHighlightColor (Results 1 – 6 of 6) sorted by relevance
458 private final int mHighlightColor; field in PhoneAccount474 mHighlightColor == that.mHighlightColor && in equals()490 mHighlightColor, mLabel, mShortDescription, mSupportedUriSchemes, in hashCode()505 private int mHighlightColor = NO_HIGHLIGHT_COLOR; field in PhoneAccount.Builder533 mHighlightColor = phoneAccount.getHighlightColor(); in Builder()615 this.mHighlightColor = value; in setHighlightColor()752 mHighlightColor, in build()782 mHighlightColor = highlightColor; in PhoneAccount()980 return mHighlightColor; in getHighlightColor()1029 out.writeInt(mHighlightColor); in writeToParcel()[all …]
77 private int mHighlightColor; field in DropZoneView109 mHighlightColor = Color.argb(HIGHLIGHT_ALPHA, Color.red(c), Color.green(c), Color.blue(c)); in DropZoneView()129 mHighlightColor = getResources().getColor(android.R.color.system_accent1_500); in onThemeChange()186 final int newColor = mShowingHighlight ? mHighlightColor : mSplashScreenColor; in animateSwitch()195 final int newColor = mShowingHighlight ? mHighlightColor : mSplashScreenColor; in setShowingHighlight()
101 editor.getTextView().mHighlightColor, mTextView::invalidate); in SelectionActionModeHelper()
900 int mHighlightColor = 0x6633B5E5;5185 if (mHighlightColor != color) { in setHighlightColor()5186 mHighlightColor = color; in setHighlightColor()5201 return mHighlightColor; in getHighlightColor()8205 highlightPaint.setColor(mHighlightColor); in getUpdatedHighlightPath()
4170 mSuggestionRangeSpan.setBackgroundColor(mTextView.mHighlightColor); in updateSuggestions()7083 final int highlightColorAlpha = Color.alpha(mTextView.mHighlightColor); in updatePaint()7084 final int color = (mTextView.mHighlightColor & 0x00FFFFFF) in updatePaint()
52428 Landroid/telecom/PhoneAccount$Builder;->mHighlightColor:I52459 Landroid/telecom/PhoneAccount;->mHighlightColor:I