Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/device/displaysound/
DResolutionSelectionFragmentTest.java36 import com.android.tv.settings.util.ResolutionSelectionUtils;
120 ResolutionSelectionUtils.getResolutionString(2160, 2160), in testGetPreferenceScreen_returnsCorrectModeDescriptions()
121 ResolutionSelectionUtils.getRefreshRateString(60)), in testGetPreferenceScreen_returnsCorrectModeDescriptions()
123 ResolutionSelectionUtils.getResolutionString(2160, 2160), in testGetPreferenceScreen_returnsCorrectModeDescriptions()
124 ResolutionSelectionUtils.getRefreshRateString(59.944f)), in testGetPreferenceScreen_returnsCorrectModeDescriptions()
126 ResolutionSelectionUtils.getResolutionString(576, 576), in testGetPreferenceScreen_returnsCorrectModeDescriptions()
127 ResolutionSelectionUtils.getRefreshRateString(60)), in testGetPreferenceScreen_returnsCorrectModeDescriptions()
129 ResolutionSelectionUtils.getResolutionString(800, 1200), in testGetPreferenceScreen_returnsCorrectModeDescriptions()
130 ResolutionSelectionUtils.getRefreshRateString(120)), in testGetPreferenceScreen_returnsCorrectModeDescriptions()
132 ResolutionSelectionUtils.getResolutionString(800, 1200), in testGetPreferenceScreen_returnsCorrectModeDescriptions()
[all …]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/displaysound/
DResolutionSelectionFragment.java49 import com.android.tv.settings.util.ResolutionSelectionUtils;
152 ResolutionSelectionUtils.getResolutionString( in createPreferences()
154 ResolutionSelectionUtils.getRefreshRateString(mAutoMode.getRefreshRate())); in createPreferences()
168 ResolutionSelectionUtils.getResolutionString( in createResolutionPreference()
170 ResolutionSelectionUtils.getRefreshRateString(mode.getRefreshRate())); in createResolutionPreference()
172 String summary = ResolutionSelectionUtils.getResolutionSummary(mode.getPhysicalWidth(), in createResolutionPreference()
261 String resolutionString = ResolutionSelectionUtils.modeToString(currentMode, getContext()); in showWarningDialogOnResolutionChange()
DDisplaySoundFragment.java47 import com.android.tv.settings.util.ResolutionSelectionUtils;
116 updateResolutionTitleDescription(ResolutionSelectionUtils.modeToString( in onCreatePreferences()
223 ResolutionSelectionUtils.modeToString(newMode, getContext())); in onDisplayChanged()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
DResolutionSelectionUtils.java32 public class ResolutionSelectionUtils { class
72 ResolutionSelectionUtils.getResolutionString( in modeToString()
74 ResolutionSelectionUtils.getRefreshRateString(mode.getRefreshRate())); in modeToString()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/vendor/
DDisplayPreviewFragment.java42 import com.android.tv.settings.util.ResolutionSelectionUtils;
76 updateResolutionTitleDescription(ResolutionSelectionUtils.modeToString( in onCreatePreferences()
109 ResolutionSelectionUtils.modeToString(newMode, getContext())); in onDisplayChanged()