Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DCaptionCustomFragment.java229 return opacityToString(Settings.Secure.getInt(getContext().getContentResolver(), in getCaptionsTextOpacity()
273 mBackgroundOpacityPref.setValue(opacityToString(0)); in setCaptionsBackgroundVisible()
291 return opacityToString (Settings.Secure.getInt(getContext().getContentResolver(), in getCaptionsBackgroundOpacity()
313 mWindowOpacityPref.setValue(opacityToString(0)); in setCaptionsWindowVisible()
331 return opacityToString(Settings.Secure.getInt(getContext().getContentResolver(), in getCaptionsWindowOpacity()
343 private String opacityToString(int opacity) { in opacityToString() method in CaptionCustomFragment