Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDevicePreference.java48 TypedValue outValue = new TypedValue(); in BluetoothDevicePreference() local
49 context.getTheme().resolveAttribute(android.R.attr.disabledAlpha, outValue, true); in BluetoothDevicePreference()
50 sDimAlpha = (int) (outValue.getFloat() * 255); in BluetoothDevicePreference()
/packages/apps/Settings/src/com/android/settings/quicklaunch/
DShortcutPreference.java59 TypedValue outValue = new TypedValue(); in ShortcutPreference() local
60 context.getTheme().resolveAttribute(android.R.attr.disabledAlpha, outValue, true); in ShortcutPreference()
61 sDimAlpha = (int) (outValue.getFloat() * 255); in ShortcutPreference()