Searched refs:colorForeground (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Car/SystemUI/src/com/android/systemui/car/userswitcher/ |
D | CarStatusBarHeader.java | 48 int colorForeground = Utils.getColorAttrDefaultColor(getContext(), in onFinishInflate() local 49 android.R.attr.colorForeground); in onFinishInflate() 50 float intensity = colorForeground == Color.WHITE ? 0f : 1f; in onFinishInflate() 52 applyDarkness(R.id.clock, new ArrayList<>(), intensity, colorForeground); in onFinishInflate()
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | SwitchCompatUtils.java | 93 colors[i] = getThemeAttrColor(context, typedValue, android.R.attr.colorForeground, 0.1f); in getSwitchTrackColorStateList() 100 colors[i] = getThemeAttrColor(context, typedValue, android.R.attr.colorForeground, 0.3f); in getSwitchTrackColorStateList()
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
D | BatteryMeterView.java | 58 Utils.getColorAttrDefaultColor(context, android.R.attr.colorForeground)); in BatteryMeterView()
|