/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | BouncerKeyguardMessageArea.kt | 74 mDefaultColorState = getColorInStyle() ?: Utils.getColorAttr(context, TITLE) in <lambda>() 79 mDefaultColorState = getColorInStyle() ?: Utils.getColorAttr(context, TITLE) in <lambda>()
|
D | NumPadKey.java | 153 int textColor = Utils.getColorAttr(getContext(), NUM_PAD_KEY) in reloadColors() 155 int klondikeColor = Utils.getColorAttr(getContext(), android.R.attr.textColorSecondary) in reloadColors()
|
D | PinShapeHintingView.java | 42 private int mColor = Utils.getColorAttr(getContext(), PIN_SHAPES)
|
D | PinShapeNonHintingView.java | 52 private int mColor = Utils.getColorAttr(getContext(), PIN_SHAPES).getDefaultColor();
|
D | PasswordTextView.java | 268 mDrawColor = Utils.getColorAttr(getContext(), in reloadColors()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/binder/ |
D | TintedIconViewBinder.kt | 37 Utils.getColorAttr(view.context, tintedIcon.tint) in bind()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/ |
D | OpenHubComplication.java | 197 mView.setImageTintList(Utils.getColorAttr(mContext, android.R.attr.textColorPrimary)); in reloadResources() 201 Utils.getColorAttr(mContext, com.android.internal.R.attr.colorSurface)); in reloadResources()
|
D | DreamHomeControlsComplication.java | 255 mView.setImageTintList(Utils.getColorAttr(mContext, android.R.attr.textColorPrimary)); in reloadResources() 259 Utils.getColorAttr(mContext, com.android.internal.R.attr.colorSurface)); in reloadResources()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/ |
D | ConfigurationState.kt | 73 fun getColorAttr(@AttrRes id: Int, @ColorInt defaultValue: Int): Flow<Int> { in getColorAttr() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | HardwareBgDrawable.java | 65 layers[1].setTintList(Utils.getColorAttr(context, android.R.attr.colorPrimary)); in getLayers()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/docking/ui/viewmodel/ |
D | KeyboardDockingIndicationViewModel.kt | 127 color = Utils.getColorAttr(context, android.R.attr.colorAccent).defaultColor, in createEffectConfig()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/carrier/ |
D | ShadeCarrier.java | 116 ColorStateList colorStateList = Utils.getColorAttr(mContext, in updateState()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
D | Utils.java | 314 return getColorAttr(context, android.R.attr.colorAccent); in getColorAccent() 318 return getColorAttr(context, android.R.attr.colorError); in getColorError() 382 public static ColorStateList getColorAttr(Context context, int attr) { in getColorAttr() method in Utils
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/ |
D | WiredChargingRippleController.kt | 200 rippleView.setColor(Utils.getColorAttr(context, android.R.attr.colorAccent).defaultColor) in updateRippleColor()
|
D | WirelessChargingLayout.java | 152 int color = Utils.getColorAttr(mRippleView.getContext(), in init()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
D | PeopleStoryIconFactory.java | 63 mAccentColor = Utils.getColorAttr(mContext, in PeopleStoryIconFactory()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/animation/ |
D | ColorSchemeTransition.kt | 232 return Utils.getColorAttr(context, id).defaultColor in loadDefaultColor()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/ |
D | KeyguardQuickAffordanceViewBinder.kt | 181 Utils.getColorAttr( in <lambda>()
|
D | KeyguardBottomAreaViewBinder.kt | 397 Utils.getColorAttr( in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationViewWrapper.java | 345 return Utils.getColorAttr(mView.getContext(), in resolveBackgroundColor()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/ |
D | AccessPointPreference.java | 193 drawable.setTintList(Utils.getColorAttr(context, android.R.attr.colorControlNormal)); in updateIcon()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/ |
D | AppClipsActivity.java | 210 int colorBackgroundFloating = Utils.getColorAttr(this, in setScreenshot()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | ScrimController.java | 1605 int background = Utils.getColorAttr(mScrimBehind.getContext(), in updateThemeColors() 1607 int accent = Utils.getColorAttr(mScrimBehind.getContext(), in updateThemeColors() 1614 int surface = Utils.getColorAttr(mScrimBehind.getContext(), in updateThemeColors()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/ |
D | NotificationIconContainerViewBinder.kt | 123 .getColorAttr(R.attr.wallpaperTextColor, DEFAULT_AOD_ICON_COLOR) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/ |
D | BluetoothTileDialogDelegate.kt | 388 com.android.settingslib.Utils.getColorAttr( in <lambda>()
|