/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | DualToneHandler.kt | 56 Utils.getColorAttrDefaultColor(dualToneDarkTheme, R.attr.singleToneColor), 57 Utils.getColorAttrDefaultColor(dualToneDarkTheme, R.attr.iconBackgroundColor), 58 Utils.getColorAttrDefaultColor(dualToneDarkTheme, R.attr.fillColor)) 60 Utils.getColorAttrDefaultColor(dualToneLightTheme, R.attr.singleToneColor), 61 Utils.getColorAttrDefaultColor(dualToneLightTheme, R.attr.iconBackgroundColor), 62 Utils.getColorAttrDefaultColor(dualToneLightTheme, R.attr.fillColor))
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/ |
H A D | UdfpsLockscreenViewModel.kt | 21 import com.android.settingslib.Utils.getColorAttrDefaultColor 59 color = getColorAttrDefaultColor(context, lockscreenColorResId), 74 color = getColorAttrDefaultColor(context, alternateBouncerColorResId), 99 getColorAttrDefaultColor(context, alternateBouncerColorResId) 101 getColorAttrDefaultColor(context, lockscreenColorResId)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | NumPadAnimator.java | 18 import static com.android.settingslib.Utils.getColorAttrDefaultColor; 134 mPressedBackgroundColor = getColorAttrDefaultColor(context, NUM_PAD_BACKGROUND_PRESSED); in reloadColors() 135 mTextColorPressed = getColorAttrDefaultColor(context, NUM_PAD_PRESSED); in reloadColors() 139 ? getColorAttrDefaultColor(context, NUM_PAD_KEY) in reloadColors() 140 : getColorAttrDefaultColor(context, NUM_PAD_BUTTON); in reloadColors()
|
H A D | LockIconView.java | 87 Utils.getColorAttrDefaultColor(getContext(), android.R.attr.textColorPrimary), in updateColorAndBackgroundVisibility() 90 int backgroundColor = Utils.getColorAttrDefaultColor(getContext(), in updateColorAndBackgroundVisibility() 97 Utils.getColorAttrDefaultColor(getContext(), R.attr.wallpaperTextColorAccent), in updateColorAndBackgroundVisibility()
|
H A D | KeyguardSimInputView.kt | 48 val imageColor = Utils.getColorAttrDefaultColor(context, EMERGENCY_BUTTON)
|
H A D | NumPadButton.java | 103 int imageColor = Utils.getColorAttrDefaultColor(getContext(), textColorResId); in reloadColors()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
H A D | QSTileViewImpl.kt | 96 private val colorActive = Utils.getColorAttrDefaultColor(context, R.attr.shadeActive) 97 private val colorInactive = Utils.getColorAttrDefaultColor(context, R.attr.shadeInactive) 98 private val colorUnavailable = Utils.getColorAttrDefaultColor(context, R.attr.shadeDisabled) 100 private val colorLabelActive = Utils.getColorAttrDefaultColor(context, R.attr.onShadeActive) 101 private val colorLabelInactive = Utils.getColorAttrDefaultColor(context, R.attr.onShadeInactive) 103 Utils.getColorAttrDefaultColor(context, R.attr.outline) 106 Utils.getColorAttrDefaultColor(context, R.attr.onShadeActiveVariant) 108 Utils.getColorAttrDefaultColor(context, R.attr.onShadeInactiveVariant) 110 Utils.getColorAttrDefaultColor(context, R.attr.outline)
|
H A D | QSIconViewImpl.java | 251 return Utils.getColorAttrDefaultColor(context, R.attr.outline); in getIconColorForState() 253 return Utils.getColorAttrDefaultColor(context, R.attr.onShadeInactiveVariant); in getIconColorForState() 255 return Utils.getColorAttrDefaultColor(context, R.attr.onShadeActive); in getIconColorForState()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | BatteryStatusChip.kt | 67 Utils.getColorAttrDefaultColor(context, com.android.internal.R.attr.colorPrimary) 69 Utils.getColorAttrDefaultColor(mContext, android.R.attr.textColorSecondary)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/ |
H A D | NavigationHandle.java | 57 mLightColor = Utils.getColorAttrDefaultColor(lightContext, R.attr.homeHandleColor); in NavigationHandle() 58 mDarkColor = Utils.getColorAttrDefaultColor(darkContext, R.attr.homeHandleColor); in NavigationHandle()
|
H A D | BackPanel.kt | 158 arrowPaint.color = Utils.getColorAttrDefaultColor(context, 166 arrowBackgroundPaint.color = Utils.getColorAttrDefaultColor(context,
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
H A D | Utils.java | 276 return getColorAttrDefaultColor(context, android.R.attr.colorAccent); in getColorAccentDefaultColor() 281 return getColorAttrDefaultColor(context, android.R.attr.colorError); in getColorErrorDefaultColor() 319 public static int getColorAttrDefaultColor(Context context, int attr) { in getColorAttrDefaultColor() method in Utils 320 return getColorAttrDefaultColor(context, attr, 0); in getColorAttrDefaultColor() 327 public static int getColorAttrDefaultColor(Context context, int attr, @ColorInt int defValue) { in getColorAttrDefaultColor() method in Utils
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | FooterView.java | 169 Utils.getColorAttrDefaultColor(mContext, com.android.internal.R.attr.colorSurface); in updateColors() 180 Utils.getColorAttrDefaultColor(mContext, android.R.attr.textColorPrimary); in updateColors()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/ui/viewmodel/ |
H A D | FooterActionsViewModel.kt | 149 Utils.getColorAttrDefaultColor( 167 Utils.getColorAttrDefaultColor(
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/user/ui/binder/ |
H A D | UserViewBinder.kt | 65 Utils.getColorAttrDefaultColor(
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/ |
H A D | InvocationLightsView.java | 111 mLightColor = Utils.getColorAttrDefaultColor(lightContext, R.attr.singleToneColor); in InvocationLightsView() 112 mDarkColor = Utils.getColorAttrDefaultColor(darkContext, R.attr.singleToneColor); in InvocationLightsView()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | UdfpsKeyguardViewLegacy.java | 191 mTextColorPrimary = Utils.getColorAttrDefaultColor(mContext, in updateColor() 193 final int backgroundColor = Utils.getColorAttrDefaultColor(getContext(), in updateColor()
|
H A D | SideFpsController.kt | 417 com.android.settingslib.Utils.getColorAttrDefaultColor( 422 com.android.settingslib.Utils.getColorAttrDefaultColor( 427 com.android.settingslib.Utils.getColorAttrDefaultColor(
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | ActivatableNotificationViewTest.kt | 65 Utils.getColorAttrDefaultColor(mContext, com.android.internal.R.attr.colorSurface)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/ |
H A D | LockscreenSmartspaceController.kt | 527 val darkColor = Utils.getColorAttrDefaultColor(lightThemeContext, R.attr.wallpaperTextColor) 530 val lightColor = Utils.getColorAttrDefaultColor(darkThemeContext, R.attr.wallpaperTextColor) 547 Utils.getColorAttrDefaultColor(context, R.attr.wallpaperTextColor)
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/ |
H A D | BluetoothDeviceLayerDrawable.java | 115 final int tintColor = Utils.getColorAttrDefaultColor(context, in BatteryMeterDrawable()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/receiver/ |
H A D | MediaTttReceiverRippleController.kt | 136 Utils.getColorAttrDefaultColor(context, R.attr.wallpaperTextColorAccent)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/ |
H A D | OngoingPrivacyChip.kt | 126 Utils.getColorAttrDefaultColor(context, com.android.internal.R.attr.colorPrimary)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/ |
H A D | KeyButtonDrawable.java | 465 Utils.getColorAttrDefaultColor(lightContext, R.attr.singleToneColor), in create() 466 Utils.getColorAttrDefaultColor(darkContext, R.attr.singleToneColor), in create()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
H A D | ShutdownUi.java | 106 color = Utils.getColorAttrDefaultColor(mContext, in showShutdownUi()
|