Searched refs:getClosestValue (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DCaptionSetupActivity.java197 mTextSize = getClosestValue(mCaptioningManager.getFontScale(), mTextSizes);
209 private String getClosestValue(float value, String[] values) { method in class:CaptionSetupActivity
235 mTextOpacity = getClosestValue(cs.foregroundColor | 0xffffff, mOpacities);
247 mBackgroundOpacity = getClosestValue(cs.backgroundColor | 0xffffff, mOpacities);
257 mWindowOpacity = getClosestValue(cs.windowColor | 0xffffff, mOpacities);

Completed in 252 milliseconds