Searched refs:outValue (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | ThemeUtils.java | 30 final TypedValue outValue = new TypedValue(); in getAttribute() local 31 theme.resolveAttribute(attrId, outValue, true); in getAttribute() 32 return outValue.resourceId; in getAttribute()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | ScrollBarView.java | 40 TypedValue outValue = new TypedValue(); in ScrollBarView() local 42 android.R.attr.scrollbarThumbHorizontal, outValue, true); in ScrollBarView() 44 context, outValue.resourceId); in ScrollBarView()
|
/packages/apps/Settings/src/com/android/settings/quicklaunch/ |
D | ShortcutPreference.java | 59 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()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothDevicePreference.java | 61 TypedValue outValue = new TypedValue(); in BluetoothDevicePreference() local 62 context.getTheme().resolveAttribute(android.R.attr.disabledAlpha, outValue, true); in BluetoothDevicePreference() 63 sDimAlpha = (int) (outValue.getFloat() * 255); in BluetoothDevicePreference()
|
/packages/apps/Browser/src/com/android/browser/ |
D | BreadCrumbView.java | 173 TypedValue outValue = new TypedValue(); in addBackButton() local 175 android.R.attr.selectableItemBackground, outValue, true); in addBackButton() 176 int resid = outValue.resourceId; in addBackButton()
|