Searched refs:outValue (Results 1 – 2 of 2) sorted by relevance
48 TypedValue outValue = new TypedValue(); in BluetoothDevicePreference() local49 context.getTheme().resolveAttribute(android.R.attr.disabledAlpha, outValue, true); in BluetoothDevicePreference()50 sDimAlpha = (int) (outValue.getFloat() * 255); in BluetoothDevicePreference()
59 TypedValue outValue = new TypedValue(); in ShortcutPreference() local60 context.getTheme().resolveAttribute(android.R.attr.disabledAlpha, outValue, true); in ShortcutPreference()61 sDimAlpha = (int) (outValue.getFloat() * 255); in ShortcutPreference()