Home
last modified time | relevance | path

Searched refs:getColorAttr (Results 1 – 25 of 27) sorted by relevance

12

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DBouncerKeyguardMessageArea.kt74 mDefaultColorState = getColorInStyle() ?: Utils.getColorAttr(context, TITLE)
79 mDefaultColorState = getColorInStyle() ?: Utils.getColorAttr(context, TITLE)
H A DNumPadKey.java155 int textColor = Utils.getColorAttr(getContext(), NUM_PAD_KEY) in reloadColors()
157 int klondikeColor = Utils.getColorAttr(getContext(), android.R.attr.textColorSecondary) in reloadColors()
H A DPinShapeHintingView.java42 private int mColor = Utils.getColorAttr(getContext(), PIN_SHAPES)
H A DPinShapeNonHintingView.java51 private int mColor = Utils.getColorAttr(getContext(), PIN_SHAPES).getDefaultColor();
H A DPasswordTextView.java219 mDrawColor = Utils.getColorAttr(getContext(), in reloadColors()
H A DKeyguardSecurityContainer.java1028 keyDownDrawable.setTintList(Utils.getColorAttr(mView.getContext(), in reloadColors()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/binder/
H A DTintedIconViewBinder.kt37 Utils.getColorAttr(view.context, tintedIcon.tint)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DHardwareBgDrawable.java64 layers[1].setTintList(Utils.getColorAttr(context, android.R.attr.colorPrimary)); in getLayers()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/dagger/
H A DDreamHomeControlsComplicationComponent.java122 Utils.getColorAttr(context, com.android.internal.R.attr.colorSurface)); in providesHomeControlsBackground()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DUtils.java267 return getColorAttr(context, android.R.attr.colorAccent); in getColorAccent()
271 return getColorAttr(context, android.R.attr.colorError); in getColorError()
334 public static ColorStateList getColorAttr(Context context, int attr) { in getColorAttr() method in Utils
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/carrier/
H A DShadeCarrier.java116 ColorStateList colorStateList = Utils.getColorAttr(mContext, in updateState()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/
H A DWiredChargingRippleController.kt200 rippleView.setColor(Utils.getColorAttr(context, android.R.attr.colorAccent).defaultColor)
H A DWirelessChargingLayout.java152 int color = Utils.getColorAttr(mRippleView.getContext(), in init()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleStoryIconFactory.java63 mAccentColor = Utils.getColorAttr(mContext, in PeopleStoryIconFactory()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DColorSchemeTransition.kt230 return Utils.getColorAttr(context, id).defaultColor
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DAccessPointPreference.java186 drawable.setTintList(Utils.getColorAttr(context, android.R.attr.colorControlNormal)); in updateIcon()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationViewWrapper.java329 return Utils.getColorAttr(mView.getContext(), android.R.attr.colorBackground) in resolveBackgroundColor()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
H A DKeyguardQuickAffordanceViewBinder.kt193 Utils.getColorAttr(
H A DKeyguardBottomAreaViewBinder.kt370 Utils.getColorAttr(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/
H A DAppClipsActivity.java210 int colorBackgroundFloating = Utils.getColorAttr(this, in setScreenshot()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java1493 int background = Utils.getColorAttr(mScrimBehind.getContext(), in updateThemeColors()
1501 int surface = Utils.getColorAttr(mScrimBehind.getContext(), in updateThemeColors()
H A DNotificationIconContainer.java187 mThemedTextColorPrimary = Utils.getColorAttr(themedContext, in initResources()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogImpl.java2028 : Utils.getColorAttr(mContext, com.android.internal.R.attr.colorAccentSecondary);
2033 final ColorStateList bgTint = Utils.getColorAttr(
2036 final ColorStateList inverseTextTint = Utils.getColorAttr(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java704 .setTextColor(Utils.getColorAttr( in updateLockScreenLogoutView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
H A DInternetDialogController.java568 icons.setTintList(Utils.getColorAttr(context, android.R.attr.textColorTertiary)); in getSignalStrengthIcon()

12