Searched refs:colorForeground (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/qs/car/ |
D | CarStatusBarHeader.java | 47 int colorForeground = Utils.getColorAttrDefaultColor(getContext(), in onFinishInflate() local 48 android.R.attr.colorForeground); in onFinishInflate() 49 float intensity = colorForeground == Color.WHITE ? 0f : 1f; in onFinishInflate() 52 applyDarkness(R.id.battery, tintArea, intensity, colorForeground); in onFinishInflate() 53 applyDarkness(R.id.clock, tintArea, intensity, colorForeground); in onFinishInflate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSCarrier.java | 68 int colorForeground = Utils.getColorAttrDefaultColor(mContext, in onFinishInflate() local 69 android.R.attr.colorForeground); in onFinishInflate() 70 mColorForegroundStateList = ColorStateList.valueOf(colorForeground); in onFinishInflate() 71 mColorForegroundIntensity = QuickStatusBarHeader.getColorIntensity(colorForeground); in onFinishInflate()
|
D | QuickStatusBarHeader.java | 182 int colorForeground = Utils.getColorAttrDefaultColor(getContext(), in onFinishInflate() local 183 android.R.attr.colorForeground); in onFinishInflate() 184 float intensity = getColorIntensity(colorForeground); in onFinishInflate() 495 int colorForeground = Utils.getColorAttrDefaultColor(getContext(), in setupHost() local 496 android.R.attr.colorForeground); in setupHost() 497 float intensity = getColorIntensity(colorForeground); in setupHost()
|
D | QSFooterImpl.java | 398 Utils.getColorAttrDefaultColor(mContext, android.R.attr.colorForeground), in onUserInfoChanged()
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
D | NavigationBar.java | 57 R.attr.suwNavBarTheme, android.R.attr.colorForeground, android.R.attr.colorBackground in getNavbarTheme() 60 @StyleableRes int colorForeground = 1; in getNavbarTheme() local 68 Color.colorToHSV(attributes.getColor(colorForeground, 0), foregroundHsv); in getNavbarTheme()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/ |
D | SignalDrawable.java | 156 int colorForeground = mForegroundPaint.getColor(); in setTintList() local 158 if (colorForeground != mForegroundPaint.getColor()) invalidateSelf(); in setTintList()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | UserSwitcherController.java | 687 android.R.attr.colorForeground), in getDrawable()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | VolumeDialogImpl.java | 1097 : Utils.getColorAttr(mContext, android.R.attr.colorForeground); in updateVolumeRowTintH()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 418 field public static final int colorForeground = 16842800; // 0x1010030
|
/frameworks/base/api/ |
D | current.txt | 435 field public static final int colorForeground = 16842800; // 0x1010030
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 96493 Lcom/android/internal/R$attr;->colorForeground:I
|