Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothDevicePreference.java54 private static int sDimAlpha = Integer.MIN_VALUE; field in BluetoothDevicePreference
75 if (sDimAlpha == Integer.MIN_VALUE) { in BluetoothDevicePreference()
78 sDimAlpha = (int) (outValue.getFloat() * 255); in BluetoothDevicePreference()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDevicePreference.java59 private static int sDimAlpha = Integer.MIN_VALUE; field in BluetoothDevicePreference
92 if (sDimAlpha == Integer.MIN_VALUE) { in BluetoothDevicePreference()
95 sDimAlpha = (int) (outValue.getFloat() * 255); in BluetoothDevicePreference()