Searched refs:sDimAlpha (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/quicklaunch/
H A DShortcutPreference.java40 private static int sDimAlpha; field in class:ShortcutPreference
61 sDimAlpha = (int) (outValue.getFloat() * 255);
116 sDimTitleColor = sRegularTitleColor.withAlpha(sDimAlpha);
130 sDimSummaryColor = sRegularSummaryColor.withAlpha(sDimAlpha);
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothDevicePreference.java49 private static int sDimAlpha = Integer.MIN_VALUE; field in class:BluetoothDevicePreference
60 if (sDimAlpha == Integer.MIN_VALUE) {
63 sDimAlpha = (int) (outValue.getFloat() * 255);
137 deviceDetails.setAlpha(isEnabled() ? 255 : sDimAlpha);

Completed in 197 milliseconds