Searched refs:opacityToString (Results 1 – 1 of 1) sorted by relevance
228 return opacityToString(Settings.Secure.getInt(getContext().getContentResolver(), in getCaptionsTextOpacity()272 mBackgroundOpacityPref.setValue(opacityToString(0)); in setCaptionsBackgroundVisible()290 return opacityToString (Settings.Secure.getInt(getContext().getContentResolver(), in getCaptionsBackgroundOpacity()312 mWindowOpacityPref.setValue(opacityToString(0)); in setCaptionsWindowVisible()330 return opacityToString(Settings.Secure.getInt(getContext().getContentResolver(), in getCaptionsWindowOpacity()342 private String opacityToString(int opacity) { in opacityToString() method in CaptionCustomFragment