Searched refs:mHighlightColor (Results 1 – 5 of 5) sorted by relevance
492 private final int mHighlightColor; field in PhoneAccount509 mHighlightColor == that.mHighlightColor && in equals()527 mHighlightColor, mLabel, mShortDescription, mSupportedUriSchemes, in hashCode()542 private int mHighlightColor = NO_HIGHLIGHT_COLOR; field in PhoneAccount.Builder576 mHighlightColor = phoneAccount.getHighlightColor(); in Builder()666 this.mHighlightColor = value; in setHighlightColor()874 mHighlightColor, in build()906 mHighlightColor = highlightColor; in PhoneAccount()1105 return mHighlightColor; in getHighlightColor()1197 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()
102 editor.getTextView().mHighlightColor, mTextView::invalidate); in SelectionActionModeHelper()
4398 mSuggestionRangeSpan.setBackgroundColor(mTextView.mHighlightColor); in updateSuggestions()7300 final int highlightColorAlpha = Color.alpha(mTextView.mHighlightColor); in updatePaint()7301 final int color = (mTextView.mHighlightColor & 0x00FFFFFF) in updatePaint()
51785 Landroid/telecom/PhoneAccount$Builder;->mHighlightColor:I51816 Landroid/telecom/PhoneAccount;->mHighlightColor:I