Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DBouncerKeyguardMessageArea.kt74 mDefaultColorState = getColorInStyle() ?: Utils.getColorAttr(context, TITLE) in <lambda>()
79 mDefaultColorState = getColorInStyle() ?: Utils.getColorAttr(context, TITLE) in <lambda>()
DNumPadKey.java153 int textColor = Utils.getColorAttr(getContext(), NUM_PAD_KEY) in reloadColors()
155 int klondikeColor = Utils.getColorAttr(getContext(), android.R.attr.textColorSecondary) in reloadColors()
DPinShapeHintingView.java42 private int mColor = Utils.getColorAttr(getContext(), PIN_SHAPES)
DPinShapeNonHintingView.java52 private int mColor = Utils.getColorAttr(getContext(), PIN_SHAPES).getDefaultColor();
DPasswordTextView.java268 mDrawColor = Utils.getColorAttr(getContext(), in reloadColors()
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/binder/
DTintedIconViewBinder.kt37 Utils.getColorAttr(view.context, tintedIcon.tint) in bind()
/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
DOpenHubComplication.java197 mView.setImageTintList(Utils.getColorAttr(mContext, android.R.attr.textColorPrimary)); in reloadResources()
201 Utils.getColorAttr(mContext, com.android.internal.R.attr.colorSurface)); in reloadResources()
DDreamHomeControlsComplication.java255 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/
DConfigurationState.kt73 fun getColorAttr(@AttrRes id: Int, @ColorInt defaultValue: Int): Flow<Int> { in getColorAttr() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DHardwareBgDrawable.java65 layers[1].setTintList(Utils.getColorAttr(context, android.R.attr.colorPrimary)); in getLayers()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/docking/ui/viewmodel/
DKeyboardDockingIndicationViewModel.kt127 color = Utils.getColorAttr(context, android.R.attr.colorAccent).defaultColor, in createEffectConfig()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/carrier/
DShadeCarrier.java116 ColorStateList colorStateList = Utils.getColorAttr(mContext, in updateState()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DUtils.java314 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/
DWiredChargingRippleController.kt200 rippleView.setColor(Utils.getColorAttr(context, android.R.attr.colorAccent).defaultColor) in updateRippleColor()
DWirelessChargingLayout.java152 int color = Utils.getColorAttr(mRippleView.getContext(), in init()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleStoryIconFactory.java63 mAccentColor = Utils.getColorAttr(mContext, in PeopleStoryIconFactory()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/animation/
DColorSchemeTransition.kt232 return Utils.getColorAttr(context, id).defaultColor in loadDefaultColor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardQuickAffordanceViewBinder.kt181 Utils.getColorAttr( in <lambda>()
DKeyguardBottomAreaViewBinder.kt397 Utils.getColorAttr( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationViewWrapper.java345 return Utils.getColorAttr(mView.getContext(), in resolveBackgroundColor()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DAccessPointPreference.java193 drawable.setTintList(Utils.getColorAttr(context, android.R.attr.colorControlNormal)); in updateIcon()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/
DAppClipsActivity.java210 int colorBackgroundFloating = Utils.getColorAttr(this, in setScreenshot()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java1605 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/
DNotificationIconContainerViewBinder.kt123 .getColorAttr(R.attr.wallpaperTextColor, DEFAULT_AOD_ICON_COLOR) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothTileDialogDelegate.kt388 com.android.settingslib.Utils.getColorAttr( in <lambda>()

12