Home
last modified time | relevance | path

Searched refs:mHighlightColor (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DPhoneAccount.java485 private final int mHighlightColor; field in PhoneAccount
501 mHighlightColor == that.mHighlightColor && in equals()
517 mHighlightColor, mLabel, mShortDescription, mSupportedUriSchemes, in hashCode()
532 private int mHighlightColor = NO_HIGHLIGHT_COLOR; field in PhoneAccount.Builder
565 mHighlightColor = phoneAccount.getHighlightColor(); in Builder()
652 this.mHighlightColor = value; in setHighlightColor()
806 mHighlightColor, in build()
836 mHighlightColor = highlightColor; in PhoneAccount()
1034 return mHighlightColor; in getHighlightColor()
1083 out.writeInt(mHighlightColor); in writeToParcel()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDropZoneView.java77 private int mHighlightColor; field in DropZoneView
109 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()
/aosp14/frameworks/base/core/java/android/widget/
H A DSelectionActionModeHelper.java102 editor.getTextView().mHighlightColor, mTextView::invalidate); in SelectionActionModeHelper()
H A DTextView.java949 int mHighlightColor = 0x6633B5E5;
5337 if (mHighlightColor != color) { in setHighlightColor()
5338 mHighlightColor = color; in setHighlightColor()
5353 return mHighlightColor; in getHighlightColor()
6586 setGesturePreviewHighlight(start, end, mHighlightColor); in setSelectGesturePreviewHighlight()
8913 highlightPaint.setColor(mHighlightColor); in getUpdatedHighlightPath()
H A DEditor.java4359 mSuggestionRangeSpan.setBackgroundColor(mTextView.mHighlightColor); in updateSuggestions()
7261 final int highlightColorAlpha = Color.alpha(mTextView.mHighlightColor); in updatePaint()
7262 final int color = (mTextView.mHighlightColor & 0x00FFFFFF) in updatePaint()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt52428 Landroid/telecom/PhoneAccount$Builder;->mHighlightColor:I
52459 Landroid/telecom/PhoneAccount;->mHighlightColor:I