Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptioningBackgroundOpacityController.java54 final int backBackgroundColor = mCaptionHelper.getBackgroundColor(); in displayPreference() local
55 final int opacity = CaptionUtils.parseOpacity(backBackgroundColor); in displayPreference()
62 final int backBackgroundColor = mCaptionHelper.getBackgroundColor(); in onValueChanged() local
63 final int color = CaptionUtils.parseColor(backBackgroundColor); in onValueChanged()
DCaptioningBackgroundColorController.java64 final int backBackgroundColor = mCaptionHelper.getBackgroundColor(); in displayPreference() local
65 final int color = CaptionUtils.parseColor(backBackgroundColor); in displayPreference()
80 final int backBackgroundColor = mCaptionHelper.getBackgroundColor(); in getNonDefaultOpacity() local
81 final int opacity = CaptionUtils.parseOpacity(backBackgroundColor); in getNonDefaultOpacity()