Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/displaysound/
DResolutionSelectionFragment.java23 …id.tv.settings.device.displaysound.DisplaySoundUtils.doesCurrentModeNotSupportDvBecauseLimitedTo4k…
275 boolean doesCurrentModeNotSupportDvBecauseLimitedTo4k30 = in showWarningDialogOnResolutionChange()
277 && doesCurrentModeNotSupportDvBecauseLimitedTo4k30(display); in showWarningDialogOnResolutionChange()
279 doesCurrentModeNotSupportDvBecauseLimitedTo4k30); in showWarningDialogOnResolutionChange()
281 doesCurrentModeNotSupportDvBecauseLimitedTo4k30); in showWarningDialogOnResolutionChange()
DHdrFormatPreferenceController.java25 …id.tv.settings.device.displaysound.DisplaySoundUtils.doesCurrentModeNotSupportDvBecauseLimitedTo4k…
118 && doesCurrentModeNotSupportDvBecauseLimitedTo4k30(display)) { in onPreferenceClicked()
DPreferredDynamicRangeForceFragment.java25 …id.tv.settings.device.displaysound.DisplaySoundUtils.doesCurrentModeNotSupportDvBecauseLimitedTo4k…
130 && doesCurrentModeNotSupportDvBecauseLimitedTo4k30(display)) { in onPreferenceTreeClick()
DDisplaySoundUtils.java100 public static boolean doesCurrentModeNotSupportDvBecauseLimitedTo4k30(Display display) { in doesCurrentModeNotSupportDvBecauseLimitedTo4k30() method in DisplaySoundUtils