OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mbackgroundopacity
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Settings/src/com/android/settings/accessibility/
CaptionPropertiesFragment.java
82
private ColorPreference
mBackgroundOpacity
;
245
mBackgroundOpacity
= (ColorPreference) mCustom.findPreference(PREF_BACKGROUND_OPACITY);
246
mBackgroundOpacity
.setTitles(opacityTitles);
247
mBackgroundOpacity
.setValues(opacityValues);
259
mBackgroundOpacity
.setOnValueChangedListener(this);
280
parseColorOpacity(mBackgroundColor,
mBackgroundOpacity
, attrs.backgroundColor);
333
} else if (mBackgroundColor == preference ||
mBackgroundOpacity
== preference) {
334
final int merged = mergeColorOpacity(mBackgroundColor,
mBackgroundOpacity
);
Completed in 42 milliseconds